Closed ZsoltFejes closed 10 months ago
v8.0.0 has been added as an acceptable input in the bringup scenario, however the provider has been designed to support VCF 4.5.2, so there are no guarantees that bringup on VCF 5.X.X will succeed.
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Code of Conduct
Terraform
v1.5.2
Terraform Provider
v0.6.0
VMware Cloud Foundation
v5.1.0
Description
Hi,
I am working on deploying VCF 5.1 using the vcf_instance resource when I came across an error saying:
I checked the deployment we have where we used the excel sheet to deploy and the distributed switches are on version 8.0.0.
Can 8.0.0 version be added as an accepted input?
Affected Resources or Data Sources
vcf_instance
Terraform Configuration
Debug Output
Panic Output
No response
Expected Behavior
v8.0.0 should be accepted as it is a version as per the documentation https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-networking/GUID-330A0689-574A-4589-9462-14CA03F3F2F4.html
Actual Behavior
Terraform reject the value saying version 8.0.0 is not an accepted version.
Steps to Reproduce
Set dv_switch_version to "8.0.0" on vcf_instance resource.
Environment Details
No response
Screenshots
No response
References
No response