Pearl1594 commented on code in PR #205:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/205#discussion_r2307172730
##########
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:
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]