We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa07258 commit fdd4d0dCopy full SHA for fdd4d0d
cloudstack/service_offering_schema.go
@@ -139,7 +139,7 @@ func serviceOfferingMergeCommonSchema(s1 map[string]schema.Attribute) map[string
139
},
140
"root_disk_size": schema.Int64Attribute{
141
Description: "the Root disk size in GB.",
142
- Required: true,
+ Optional: true,
143
PlanModifiers: []planmodifier.Int64{
144
int64planmodifier.RequiresReplace(),
145
0 commit comments