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
Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
Do not leave "+1" or other comments that do not add relevant information or questions.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Terraform
v1.6.6
Terraform Provider
v2.6.1
VMware vSphere
v7.0.3
Description
vsphere_resource_pool create fails with
Error: -04T12:18:56.061Z [ERROR] vertex "vsphere_resource_pool.env_rp" error: ServerFaultCode: A specified parameter was not correct: ResourceConfigSpec
This error is being returned from the govmomi responseUnmarshaler SOAP call.
Resource pool created (three months ago when this ran it worked fine)
Actual Behavior
terraform plan succeeds
terraform apply fails with: Error: -04T12:18:56.061Z [ERROR] vertex "vsphere_resource_pool.env_rp" error: ServerFaultCode: A specified parameter was not correct: ResourceConfigSpec
Updated:
I tried with prior versions that worked (terraform 1.6.1, vsphere provider 2.5.1) and it still fails.
The vsphere console shows the following versions:
vSphere Client version 7.0.3.01400
Version: 7.0.3 Build: 21784236
Community Guidelines
Terraform
v1.6.6
Terraform Provider
v2.6.1
VMware vSphere
v7.0.3
Description
vsphere_resource_pool create fails with
Error: -04T12:18:56.061Z [ERROR] vertex "vsphere_resource_pool.env_rp" error: ServerFaultCode: A specified parameter was not correct: ResourceConfigSpec
This error is being returned from the govmomi responseUnmarshaler SOAP call.
Code references:
resource_vsphere_resource_pool.go
govmomi/vim25/types/types.go ResourceConfigSpec
Affected Resources or Data Sources
resource/vsphere_resource_pool
Terraform Configuration
Debug Output
https://gist.github.com/adeturner/0e4dbf86bbd011c3461ecd8c4b9b8457
Panic Output
No response
Expected Behavior
Resource pool created (three months ago when this ran it worked fine)
Actual Behavior
terraform plan succeeds
terraform apply fails with:
Error: -04T12:18:56.061Z [ERROR] vertex "vsphere_resource_pool.env_rp" error: ServerFaultCode: A specified parameter was not correct: ResourceConfigSpec
Updated:
I tried with prior versions that worked (terraform 1.6.1, vsphere provider 2.5.1) and it still fails.
The vsphere console shows the following versions:
vSphere Client version 7.0.3.01400
Version: 7.0.3 Build: 21784236
Steps to Reproduce
terraform apply
Environment Details
Github Action / Self Hosted Runner / Azure VMware Solution
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered: