We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc7bde1 + a10f66e commit a646108Copy full SHA for a646108
cluster.tf
@@ -1,6 +1,6 @@
1
module "cluster" {
2
count = var.cluster == null ? 1 : 0
3
- source = "github.com/pbs/terraform-aws-ecs-cluster-module?ref=0.0.16"
+ source = "github.com/pbs/terraform-aws-ecs-cluster-module?ref=0.0.17"
4
5
# Shared variables
6
vpc_id = local.vpc_id
0 commit comments