disk_size_gb is required

This commit is contained in:
Brandon Tosch 2017-03-14 11:40:54 -07:00
parent 58325b9d59
commit dbb4daa72f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ func resourceArmManagedDisk() *schema.Resource {
"disk_size_gb": {
Type: schema.TypeInt,
Optional: true,
Required: true,
ValidateFunc: validateDiskSizeGB,
},