We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c9260 commit 42a0171Copy full SHA for 42a0171
terraform-iac/modules/app/main.tf
@@ -36,7 +36,7 @@ module "acs" {
36
}
37
38
module "my_fargate_api" {
39
- source = "github.com/byu-oit/terraform-aws-fargate-api?ref=v5.0.2"
+ source = "github.com/byu-oit/terraform-aws-fargate-api?ref=v6.1.1"
40
app_name = "${local.name}-${var.env}"
41
container_port = 8080
42
health_check_path = "/health"
0 commit comments