Skip to content

Commit

Permalink
chore(deps): update terraform-aws-modules/ecs/aws requirement from ~>…
Browse files Browse the repository at this point in the history
… 5.7.0 to ~> 5.9.3

Updates the requirements on [terraform-aws-modules/ecs/aws](https://github.com/terraform-aws-modules/terraform-aws-ecs) to permit the latest version.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-ecs/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-ecs/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-ecs@v5.7.0...v5.9.3)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/ecs/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 7, 2024
1 parent 3899f28 commit b60446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Expand Up @@ -40,7 +40,7 @@ module "vpc" {

module "ecs" {
source = "terraform-aws-modules/ecs/aws"
version = "~> 5.7.0"
version = "~> 5.9.3"

cluster_name = "${var.application}-cluster"
}

0 comments on commit b60446d

Please sign in to comment.