provider/aws: Make associate_public_ip_address computed

This commit is contained in:
clint shryock 2016-10-24 11:24:54 -05:00
parent eb8a9ef547
commit c014dac279
1 changed files with 1 additions and 0 deletions

View File

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