You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is currently not possible to create a VPC via Terraform. This makes it difficult to actually use this provider on a larger scale. I'd like to write a module that creates a VPC and assigns permission to it. From there developers would be free to use this provider to configure their VPC. There is more discussion on this in #1038
Describe the solution you'd like
I'd like for there to be resource that can create a VPC either in this provider or in terraform-provider-nsx. This provider seems more focused on administering VPCs and not creating them so I'm not sure how feasible it would be to implement here.
Describe alternatives you've considered
I came up with a hacky workaround in the interim #1038 (comment)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is currently not possible to create a VPC via Terraform. This makes it difficult to actually use this provider on a larger scale. I'd like to write a module that creates a VPC and assigns permission to it. From there developers would be free to use this provider to configure their VPC. There is more discussion on this in #1038
Describe the solution you'd like
I'd like for there to be resource that can create a VPC either in this provider or in terraform-provider-nsx. This provider seems more focused on administering VPCs and not creating them so I'm not sure how feasible it would be to implement here.
Describe alternatives you've considered
I came up with a hacky workaround in the interim #1038 (comment)
Additional context
No response
The text was updated successfully, but these errors were encountered: