We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20e40b commit b649446Copy full SHA for b649446
terraform/modules/happy-env-ecs/cluster.tf
@@ -1,7 +1,7 @@
1
data "aws_region" "current" {}
2
3
module "ecs-cluster" {
4
- source = "[email protected]:chanzuckerberg/shared-infra//terraform/modules/ecs-cluster?ref=ecs-cluster-v1.0.1"
+ source = "[email protected]:chanzuckerberg/shared-infra//terraform/modules/ecs-cluster?ref=ecs-cluster-v2.4.0"
5
6
ecs_cluster_name = "happy-${var.name}"
7
0 commit comments