Skip to content

Commit

Permalink
Use name_prefix for ASG instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
sugdyzhekov committed Mar 25, 2020
1 parent c595624 commit 3c7e717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asg.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_autoscaling_group" "nat_instance" {
name = local.name
name_prefix = local.name
desired_capacity = 1
max_size = 1
min_size = 1
Expand Down

0 comments on commit 3c7e717

Please sign in to comment.