Skip to content

Commit b649446

Browse files
feat: Upgrade happy-env-ecs to use new machine-images
1 parent e20e40b commit b649446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/happy-env-ecs/cluster.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data "aws_region" "current" {}
22

33
module "ecs-cluster" {
4-
source = "[email protected]:chanzuckerberg/shared-infra//terraform/modules/ecs-cluster?ref=ecs-cluster-v1.0.1"
4+
source = "[email protected]:chanzuckerberg/shared-infra//terraform/modules/ecs-cluster?ref=ecs-cluster-v2.4.0"
55

66
ecs_cluster_name = "happy-${var.name}"
77

0 commit comments

Comments
 (0)