Skip to content

Commit fdd4d0d

Browse files
authored
Update cloudstack/service_offering_schema.go
1 parent fa07258 commit fdd4d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudstack/service_offering_schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func serviceOfferingMergeCommonSchema(s1 map[string]schema.Attribute) map[string
139139
},
140140
"root_disk_size": schema.Int64Attribute{
141141
Description: "the Root disk size in GB.",
142-
Required: true,
142+
Optional: true,
143143
PlanModifiers: []planmodifier.Int64{
144144
int64planmodifier.RequiresReplace(),
145145
},

0 commit comments

Comments
 (0)