Skip to content

Commit

Permalink
removed redundent network_interfaces block - caused an issue during p…
Browse files Browse the repository at this point in the history
…rovisioning
  • Loading branch information
Jeremy Cook committed Sep 28, 2021
1 parent 9b46327 commit eb2c67b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions exercises/exercise2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ resource "aws_launch_template" "launchtemplate1" {
key_name = var.key_name
vpc_security_group_ids = [aws_security_group.webserver.id]

network_interfaces {
associate_public_ip_address = false
}

tag_specifications {
resource_type = "instance"

Expand Down

0 comments on commit eb2c67b

Please sign in to comment.