Skip to content

Commit 62001b5

Browse files
docs: Fix example as Terraform performs shallow merge of nested maps (#170)
chore: update example as TF does shallow merge of netsted maps
1 parent 45f532c commit 62001b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/ec2-autoscaling/main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ module "ecs_service" {
128128

129129
log_configuration = {
130130
logDriver = "awslogs"
131-
options = {
132-
awslogs-region = local.region
133-
}
134131
}
135132
}
136133
}

0 commit comments

Comments
 (0)