vmware / terraform-provider-vra

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

Add "reason" meta argument for vra_deployment resource #433

Closed VickyWinner closed 1 year ago

VickyWinner commented 2 years ago

Code of Conduct

This project has a Code of Conduct that all participants are expected to understand and follow:

Description

vRA deployment has an input named reason which shows up as deployment's description. This input is available in API but not in Terraform provider.

Describe alternatives you've considered

Need to make an API call using null_resource which is not an efficient way.

References

Community Note

VickyWinner commented 2 years ago

Any update on this? Could you please prioritize so we can proceed with the fix?