Skip to content

Commit 53cd281

Browse files
committed
fix: format ecs launch config
1 parent fb03e6f commit 53cd281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_scaling_groups.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "aws_launch_configuration" "ecs_launch_config" {
1414
volume_size = root_block_device.value.volume_size
1515
}
1616
}
17-
security_groups = each.value.security_group_ids
17+
security_groups = each.value.security_group_ids
1818
lifecycle {
1919
create_before_destroy = true
2020
}

0 commit comments

Comments
 (0)