We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4571e commit 95532a9Copy full SHA for 95532a9
1 file changed
tofu/modules/sebt_application/main.tf
@@ -11,8 +11,7 @@ module "appconfig" {
11
# within the VPC. It runs the .NET backend API on Fargate behind an internal
12
# Application Load Balancer.
13
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"
+ source = "github.com/codeforamerica/tofu-modules-aws-fargate-service?ref=1.13.0"
16
17
project = "${var.project}-${var.state}"
18
project_short = "sebt"
0 commit comments