vmware / terraform-provider-vra

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

References to `VRA7_` need to be updated #518

Closed MasakariDOR closed 1 month ago

MasakariDOR commented 4 months ago

Code of Conduct

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

vRA Version

8.16.0.33697

Terraform Version

1.5.2

vRA Terraform Provider Version

0.8.7

Affected Resource(s)

N/A

Terraform Configuration Files

N/A

# Copy-paste your Terraform configurations here.
# For large Terraform configs, please use a service like Dropbox and share a link to the ZIP file.

Expected Behavior

Expect that provider environment variables VRA7_INSECURE and VRA7_REAUTHORIZE_TIMEOUT be renamed to VRA_INSECURE and VRA_REAUTHORIZE_TIMEOUT.

Actual Behavior

Environment variables have not been updated since VRA7.

Steps to Reproduce

Screenshots

Debug Output

Panic Output

Important Factoids

References

https://github.com/vmware/terraform-provider-vra/blob/main/vra/provider.go#L35 https://github.com/vmware/terraform-provider-vra/blob/main/vra/provider.go#L41 https://github.com/vmware/terraform-provider-vra/blob/7dab4873ffa6cee62b646f7cf6ffa55c5aee6da7/website/docs/index.html.markdown?plain=1#L69

Community Note