Skip to content

Commit

Permalink
Read back aws_launch_configuration's associate_public_ip_address fiel…
Browse files Browse the repository at this point in the history
…d, to enable importing.
  • Loading branch information
tomwilkie authored and catsby committed Oct 17, 2016
1 parent f86198c commit 08c5d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/resource_aws_launch_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ func resourceAwsLaunchConfigurationRead(d *schema.ResourceData, meta interface{}
d.Set("spot_price", lc.SpotPrice)
d.Set("enable_monitoring", lc.InstanceMonitoring.Enabled)
d.Set("security_groups", lc.SecurityGroups)
d.Set("associate_public_ip_address", lc.AssociatePublicIpAddress)

d.Set("vpc_classic_link_id", lc.ClassicLinkVPCId)
d.Set("vpc_classic_link_security_groups", lc.ClassicLinkVPCSecurityGroups)
Expand Down

0 comments on commit 08c5d2a

Please sign in to comment.