providers/aws: eip network interface is computed
This commit is contained in:
parent
37c56d0084
commit
4db68cee89
|
@ -34,6 +34,7 @@ func resourceAwsEip() *schema.Resource {
|
||||||
"network_interface": &schema.Schema{
|
"network_interface": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Computed: true,
|
||||||
ConflictsWith: []string{"instance"},
|
ConflictsWith: []string{"instance"},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue