Force recreation when aws_instance.private_ip changes

This commit is contained in:
Alek Storm 2014-09-18 13:26:49 -07:00
parent ac2aed856e
commit ba0591c85d
1 changed files with 1 additions and 0 deletions

View File

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