Skip to content

Commit

Permalink
public_ip_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkotof authored Jun 22, 2022
1 parent 05e8ba9 commit f4d4240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "aws_instance" "this" {
aws_security_group.this.id
])

associate_public_ip_address = false
associate_public_ip_address = var.public_ip_enabled

lifecycle {
ignore_changes = all
Expand Down

0 comments on commit f4d4240

Please sign in to comment.