Skip to content

Commit

Permalink
update NIC schema
Browse files Browse the repository at this point in the history
  • Loading branch information
treywelsh committed Nov 16, 2020
1 parent 518948d commit c7a3a5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions opennebula/shared_schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func nicSchema() *schema.Schema {
Schema: map[string]*schema.Schema{
"ip": {
Type: schema.TypeString,
Computed: true,
Optional: true,
},
"mac": {
Expand All @@ -32,7 +31,6 @@ func nicSchema() *schema.Schema {
},
"model": {
Type: schema.TypeString,
Computed: true,
Optional: true,
},
"network_id": {
Expand All @@ -45,7 +43,6 @@ func nicSchema() *schema.Schema {
},
"physical_device": {
Type: schema.TypeString,
Computed: true,
Optional: true,
},
"security_groups": {
Expand Down

0 comments on commit c7a3a5e

Please sign in to comment.