Skip to content

Commit

Permalink
Merge pull request #44 from pbs/dependabot/terraform/cluster--github-…
Browse files Browse the repository at this point in the history
…-pbs/terraform-aws-ecs-cluster-module--0.0.9-0.0.10

Bump cluster::terraform-aws-ecs-cluster-module from 0.0.9 to 0.0.10
  • Loading branch information
yhakbar authored Jul 31, 2023
2 parents f13a6ea + 367dd22 commit b33204a
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 b33204a

Please sign in to comment.