We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb03e6f commit 53cd281Copy full SHA for 53cd281
auto_scaling_groups.tf
@@ -14,7 +14,7 @@ resource "aws_launch_configuration" "ecs_launch_config" {
14
volume_size = root_block_device.value.volume_size
15
}
16
17
- security_groups = each.value.security_group_ids
+ security_groups = each.value.security_group_ids
18
lifecycle {
19
create_before_destroy = true
20
0 commit comments