Skip to content

Commit eb2c67b

Browse files
author
Jeremy Cook
committed
removed redundent network_interfaces block - caused an issue during provisioning
1 parent 9b46327 commit eb2c67b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

exercises/exercise2/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ resource "aws_launch_template" "launchtemplate1" {
223223
key_name = var.key_name
224224
vpc_security_group_ids = [aws_security_group.webserver.id]
225225

226-
network_interfaces {
227-
associate_public_ip_address = false
228-
}
229-
230226
tag_specifications {
231227
resource_type = "instance"
232228

0 commit comments

Comments
 (0)