Skip to content

Commit

Permalink
Bump cluster::terraform-aws-ecs-cluster-module from 0.0.9 to 0.0.10
Browse files Browse the repository at this point in the history
Bumps [cluster::terraform-aws-ecs-cluster-module](https://github.com/pbs/terraform-aws-ecs-cluster-module) from 0.0.9 to 0.0.10.
- [Release notes](https://github.com/pbs/terraform-aws-ecs-cluster-module/releases)
- [Commits](pbs/terraform-aws-ecs-cluster-module@0.0.9...0.0.10)

---
updated-dependencies:
- dependency-name: cluster::github::pbs/terraform-aws-ecs-cluster-module::0.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent d9d13e2 commit 367dd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "cluster" {
count = var.cluster == null ? 1 : 0
source = "github.com/pbs/terraform-aws-ecs-cluster-module?ref=0.0.9"
source = "github.com/pbs/terraform-aws-ecs-cluster-module?ref=0.0.10"

# Shared variables
vpc_id = local.vpc_id
Expand Down

0 comments on commit 367dd22

Please sign in to comment.