providers/aws: eip network interface is computed

This commit is contained in:
Mitchell Hashimoto 2015-05-06 10:04:38 -07:00
parent 37c56d0084
commit 4db68cee89
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ func resourceAwsEip() *schema.Resource {
"network_interface": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
ConflictsWith: []string{"instance"},
},