Merge pull request #306 from alekstorm/aws-instance-private-ip-forcenew

Force recreation when aws_instance.private_ip changes
pull/314/head
Armon Dadgar 12 years ago
commit 27dbd8a0d8

@ -65,6 +65,7 @@ func resourceAwsInstance() *schema.Resource {
"private_ip": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},

Loading…
Cancel
Save