Skip to content

Commit

Permalink
bump fargate module
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgubler committed Jan 19, 2024
1 parent 02c9260 commit 42a0171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-iac/modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module "acs" {
}

module "my_fargate_api" {
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"
app_name = "${local.name}-${var.env}"
container_port = 8080
health_check_path = "/health"
Expand Down

0 comments on commit 42a0171

Please sign in to comment.