This commit is contained in:
Brandon Tosch 2017-03-03 14:32:16 -08:00
parent 2df44e0779
commit fc3efec0c9
1 changed files with 3 additions and 3 deletions

View File

@ -240,9 +240,9 @@ func resourceArmVirtualMachine() *schema.Resource {
},
"disk_size_gb": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
Type: schema.TypeInt,
Optional: true,
Computed: true,
ValidateFunc: validateDiskSizeGB,
},