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


##########
cloudstack/resource_cloudstack_network_offering.go:
##########
@@ -50,6 +50,85 @@ func resourceCloudStackNetworkOffering() *schema.Resource {
                                Type:     schema.TypeString,
                                Required: true,
                        },
+                       "domain_id": {
+                               Type: schema.TypeList,
+                               Elem: &schema.Schema{
+                                       Type: schema.TypeString,
+                               },
+                               Optional:    true,
+                               Description: "the ID of the containing 
domain(s), null for public offerings",
+                       },
+                       "network_rate": {

Review Comment:
   Yes. Setting `ForceNew` to `true` will delete the existing network offering 
and create a new one.



-- 
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