mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #772 from svanharmelen/f-fix-cloudstack_disk
provider/cloudstack: fixing the cloudstack_disk provider
This commit is contained in:
commit
e9b3e5733b
@ -42,6 +42,7 @@ func resourceCloudStackDisk() *schema.Resource {
|
|||||||
"size": &schema.Schema{
|
"size": &schema.Schema{
|
||||||
Type: schema.TypeInt,
|
Type: schema.TypeInt,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Computed: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
"shrink_ok": &schema.Schema{
|
"shrink_ok": &schema.Schema{
|
||||||
|
Loading…
Reference in New Issue
Block a user