Skip to content

Commit 95532a9

Browse files
committed
Update fargate module ref to 1.13.0 release tag
1 parent df4571e commit 95532a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • tofu/modules/sebt_application

tofu/modules/sebt_application/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ module "appconfig" {
1111
# within the VPC. It runs the .NET backend API on Fargate behind an internal
1212
# Application Load Balancer.
1313
module "api" {
14-
# TODO: Replace with release tag after AppConfig Agent sidecar PR merges.
15-
source = "github.com/codeforamerica/tofu-modules-aws-fargate-service?ref=appconfig-sidecar"
14+
source = "github.com/codeforamerica/tofu-modules-aws-fargate-service?ref=1.13.0"
1615

1716
project = "${var.project}-${var.state}"
1817
project_short = "sebt"

0 commit comments

Comments
 (0)