Skip to content

Commit

Permalink
bm issues (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko authored Jun 2, 2021
1 parent 9451b4b commit 06c582f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vultr/resource_vultr_bare_metal_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ func resourceVultrBareMetalServer() *schema.Resource {
Computed: true,
},
"v6_network_size": {
Type: schema.TypeString,
Type: schema.TypeInt,
Computed: true,
},
"mac_address": {
Type: schema.TypeInt,
Computed: true,
},
},
Expand Down

0 comments on commit 06c582f

Please sign in to comment.