Skip to content

Commit

Permalink
docs: Fix example as Terraform performs shallow merge of nested maps (t…
Browse files Browse the repository at this point in the history
…erraform-aws-modules#170)

chore: update example as TF does shallow merge of netsted maps
  • Loading branch information
ivan-sukhomlyn authored Mar 4, 2024
1 parent 45f532c commit 62001b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/ec2-autoscaling/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ module "ecs_service" {

log_configuration = {
logDriver = "awslogs"
options = {
awslogs-region = local.region
}
}
}
}
Expand Down

0 comments on commit 62001b5

Please sign in to comment.