aws_launch_template does not apply security groups defined in network_interfaces block #4358
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Terraform Version
Terraform v0.11.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/george-richardson/9b9d7f7701433c8fd04c465c88b851f7
Expected Behavior
Terraform creates an
aws_launch_template
which has an associated network interface with the security group "sg-6f372715".Actual Behavior
The launch template is created, as is the network interface. However the security group information is missing. Here is a screenshot from the AWS console showing the network interfaces section of the generated launch template.
The text was updated successfully, but these errors were encountered: