provider/aws: Make associate_public_ip_address computed
This commit is contained in:
parent
eb8a9ef547
commit
c014dac279
|
@ -41,6 +41,7 @@ func resourceAwsInstance() *schema.Resource {
|
|||
"associate_public_ip_address": &schema.Schema{
|
||||
Type: schema.TypeBool,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
Optional: true,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue