Skip to content

Commit

Permalink
fix: format ecs launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant-2310 committed Oct 31, 2022
1 parent fb03e6f commit 53cd281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_scaling_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_launch_configuration" "ecs_launch_config" {
volume_size = root_block_device.value.volume_size
}
}
security_groups = each.value.security_group_ids
security_groups = each.value.security_group_ids
lifecycle {
create_before_destroy = true
}
Expand Down

0 comments on commit 53cd281

Please sign in to comment.