Skip to content

Commit

Permalink
Set default value for user_scheme (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Nov 6, 2024
1 parent 799aeb6 commit 2d9062b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vultr/resource_vultr_bare_metal_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func resourceVultrBareMetalServer() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Default: "root",
},
"app_variables": {
Type: schema.TypeMap,
Expand Down
1 change: 1 addition & 0 deletions vultr/resource_vultr_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ hostname on UI or API issues a reinstall of the OS.`,
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Default: "root",
},
"app_variables": {
Type: schema.TypeMap,
Expand Down

0 comments on commit 2d9062b

Please sign in to comment.