vishesh92 commented on code in PR #138:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/138#discussion_r1818022462


##########
cloudstack/service_offering_models.go:
##########
@@ -0,0 +1,70 @@
+package cloudstack
+
+import "github.com/hashicorp/terraform-plugin-framework/types"
+
+type serviceOfferingConstrainedResourceModel struct {
+       CpuSpeed     types.Int32 `tfsdk:"cpu_speed"`
+       MaxCpuNumber types.Int32 `tfsdk:"max_cpu_number"`
+       MaxMemory    types.Int32 `tfsdk:"max_memory"`
+       MinCpuNumber types.Int32 `tfsdk:"min_cpu_number"`
+       MinMemory    types.Int32 `tfsdk:"min_memory"`
+       serviceOfferingCommonResourceModel
+}
+
+// customized types.String `tfsdk:"Iscustomized"`

Review Comment:
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to