weizhouapache commented on code in PR #209:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301430556
##
cloudstack/data_source_cloudstack_vpc.go:
##
@@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource {
Schema:
weizhouapache commented on code in PR #209:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301401523
##
cloudstack/data_source_cloudstack_vpc.go:
##
@@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource {
Schema:
weizhouapache commented on code in PR #209:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301393742
##
cloudstack/data_source_cloudstack_vpc.go:
##
@@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource {
Schema:
vishesh92 commented on code in PR #209:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301373854
##
cloudstack/data_source_cloudstack_vpc.go:
##
@@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource {
Schema: map[
weizhouapache commented on PR #209:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/209#issuecomment-3224405461
this could be extended to support other resources in project
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
weizhouapache opened a new pull request, #209:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/209
This fixes #162
- Create a vpc in project
```
# cat new-vpc-project.tf
resource "cloudstack_vpc" "new-project-vpc" {
project = "project-001"
name