Skip to content

Commit

Permalink
Bump my_fargate_api::terraform-aws-fargate-api in /terraform-iac/dev/app
Browse files Browse the repository at this point in the history
Bumps [my_fargate_api::terraform-aws-fargate-api](https://github.com/byu-oit/terraform-aws-fargate-api) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/byu-oit/terraform-aws-fargate-api/releases)
- [Commits](byu-oit/terraform-aws-fargate-api@v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: my_fargate_api::github::byu-oit/terraform-aws-fargate-api::v6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent 1ef4b1a commit e226109
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=v6.1.1"
source = "github.com/byu-oit/terraform-aws-fargate-api?ref=v6.2.0"
app_name = "${local.name}-${var.env}"
container_port = 8080
health_check_path = "/health"
Expand Down

0 comments on commit e226109

Please sign in to comment.