Skip to content

Commit 42a0171

Browse files
committed
bump fargate module
1 parent 02c9260 commit 42a0171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-iac/modules/app/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module "acs" {
3636
}
3737

3838
module "my_fargate_api" {
39-
source = "github.com/byu-oit/terraform-aws-fargate-api?ref=v5.0.2"
39+
source = "github.com/byu-oit/terraform-aws-fargate-api?ref=v6.1.1"
4040
app_name = "${local.name}-${var.env}"
4141
container_port = 8080
4242
health_check_path = "/health"

0 commit comments

Comments
 (0)