vmware / terraform-provider-vra

Terraform Provider for VMware Aria Automation
https://registry.terraform.io/providers/vmware/vra/
Mozilla Public License 2.0
102 stars 90 forks source link

Add the ability to specify project constraints and other extensibility options. #222

Open sentania opened 4 years ago

sentania commented 4 years ago

vRA version 8.1 P2 Terraform version 0.12.26 terraform-provider-vra plugin version The terraform-provider-vra plugin version

When creating a project in the Web Interface I have the ability specify network constraints, storage constraints, extensibility constraints, resource tags, and custom properties. These provide important automation capabilities as part of the larger SDDC platform.

Please add these capabilities to the projects creation capability.

image

dmettem commented 4 years ago

IaaS API has support for only project constraints, but not resource tags and custom properties. I've opened an internal enhancement request to add their support in IaaS API. Once the API supports these attributes, provider will be updated to consume them.

Meanwhile, I've added support for project constraints in the provider and opened the PR #228.

VickyWinner commented 3 years ago

I finally realized there are these lacking features after searching for an hour. Is there any way that this can be prioritized? Its blocking my project creation in production using Terraform.

VickyWinner commented 3 years ago

any update on resource tag inclusion in the terraform provider?

github-actions[bot] commented 3 years ago

Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

VickyWinner commented 3 years ago

need Resource Tags for Projects. currently using APIs as workaround.