Skip to content

Commit 6f1ed34

Browse files
chore(deps): bump infraspecdev/ecs-deployment/aws from 4.0.4 to 5.0.0
Bumps [infraspecdev/ecs-deployment/aws](https://github.com/infraspecdev/terraform-aws-ecs-deployment) from 4.0.4 to 5.0.0. - [Release notes](https://github.com/infraspecdev/terraform-aws-ecs-deployment/releases) - [Commits](infraspecdev/terraform-aws-ecs-deployment@v4.0.4...v5.0.0) --- updated-dependencies: - dependency-name: infraspecdev/ecs-deployment/aws dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 682626a commit 6f1ed34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data "aws_route53_zone" "zone" {
2727

2828
module "ecs_deployment" {
2929
source = "infraspecdev/ecs-deployment/aws"
30-
version = "4.0.4"
30+
version = "5.0.0"
3131

3232
cluster_name = data.aws_ecs_cluster.default.cluster_name
3333
vpc_id = var.vpc_id

0 commit comments

Comments
 (0)