Skip to content

Commit a646108

Browse files
authored
Merge pull request #65 from pbs/dependabot/terraform/cluster--github--pbs/terraform-aws-ecs-cluster-module--0.0.16-0.0.17
Bump cluster::terraform-aws-ecs-cluster-module from 0.0.16 to 0.0.17
2 parents bc7bde1 + a10f66e commit a646108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "cluster" {
22
count = var.cluster == null ? 1 : 0
3-
source = "github.com/pbs/terraform-aws-ecs-cluster-module?ref=0.0.16"
3+
source = "github.com/pbs/terraform-aws-ecs-cluster-module?ref=0.0.17"
44

55
# Shared variables
66
vpc_id = local.vpc_id

0 commit comments

Comments
 (0)