Skip to content

Commit 2d83c5c

Browse files
chore(deps): bump infraspecdev/ecs-deployment/aws from 4.0.4 to 4.3.4
Bumps [infraspecdev/ecs-deployment/aws](https://github.com/infraspecdev/terraform-aws-ecs-deployment) from 4.0.4 to 4.3.4. - [Release notes](https://github.com/infraspecdev/terraform-aws-ecs-deployment/releases) - [Changelog](https://github.com/infraspecdev/terraform-aws-ecs-deployment/blob/main/.releaserc.json) - [Commits](infraspecdev/terraform-aws-ecs-deployment@v4.0.4...v4.3.4) --- updated-dependencies: - dependency-name: infraspecdev/ecs-deployment/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3dc5bb commit 2d83c5c

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 = "4.3.4"
3131

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

0 commit comments

Comments
 (0)