bhouse-nexthop commented on code in PR #280:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/280#discussion_r2912193295
##########
website/docs/r/network_acl.html.markdown:
##########
@@ -30,7 +53,8 @@ The following arguments are supported:
new resource to be created.
* `project` - (Optional) The name or ID of the project to deploy this
- instance to. Changing this forces a new resource to be created.
+ instance to. Changing this forces a new resource to be created. If not
+ specified, the project will be automatically inherited from the VPC.
Review Comment:
this was a pre-existing issue, fixed anyhow.
##########
website/docs/r/network.html.markdown:
##########
@@ -61,7 +82,9 @@ The following arguments are supported:
`none`, this will force a new resource to be created. (defaults `none`)
* `project` - (Optional) The name or ID of the project to deploy this
- instance to. Changing this forces a new resource to be created.
+ instance to. Changing this forces a new resource to be created. If not
+ specified and `vpc_id` is provided, the project will be automatically
+ inherited from the VPC.
Review Comment:
this was a pre-existing issue, fixed anyhow.
--
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]