disk_size_gb is required
This commit is contained in:
parent
58325b9d59
commit
dbb4daa72f
|
@ -79,7 +79,7 @@ func resourceArmManagedDisk() *schema.Resource {
|
||||||
|
|
||||||
"disk_size_gb": {
|
"disk_size_gb": {
|
||||||
Type: schema.TypeInt,
|
Type: schema.TypeInt,
|
||||||
Optional: true,
|
Required: true,
|
||||||
ValidateFunc: validateDiskSizeGB,
|
ValidateFunc: validateDiskSizeGB,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue