Skip to content

Commit fa07258

Browse files
committed
add missing set blocks
1 parent 692cfca commit fa07258

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cloudstack/service_offering_fixed_resource.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ func (r *serviceOfferingFixedResource) Create(ctx context.Context, req resource.
9696
// cloudstack params
9797
params := r.client.ServiceOffering.NewCreateServiceOfferingParams(plan.DisplayText.ValueString(), plan.Name.ValueString())
9898
plan.commonCreateParams(ctx, params)
99+
planDiskQosHypervisor.commonCreateParams(ctx, params)
100+
planDiskOffering.commonCreateParams(ctx, params)
101+
planDiskQosStorage.commonCreateParams(ctx, params)
99102

100103
// resource specific params
101104
if !plan.CpuNumber.IsNull() {

0 commit comments

Comments
 (0)