Skip to content

Commit 990544b

Browse files
committed
adding ec2
1 parent 6b4b0e4 commit 990544b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ecs-ec2/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ module "tags" {
2929
}
3030

3131
module "ecs_cluster" {
32-
source = "../../"
33-
for_each = local.ecs_services
32+
source = "../../"
33+
# for_each = local.ecs_services
3434

3535
ecs_cluster = local.ecs_cluster
3636
capacity_provider = local.capacity_provider

0 commit comments

Comments
 (0)