hashicorp / packer-plugin-amazon

Packer plugin for Amazon AMI Builder
https://www.packer.io/docs/builders/amazon
Mozilla Public License 2.0
76 stars 112 forks source link

Support explicit public ip on default vpc #364

Closed lbajolet-hashicorp closed 1 year ago

lbajolet-hashicorp commented 1 year ago

This PR changes the way we set a VPC/Subnet during the StepNetworkInfo so that if the associate_public_ip_address attribute is set to true in the configs, it will be taken into account when setupping the network for the instance we are creating.

Closes #18