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
1.11.0
Terraform Provider
1.5.7
VMware vSphere
2.8.1
Description
When attempting to create a new VM using the vsphere_virtual_machine resource, the process intermittently fails during the cloning phase with a NoPermission error.
The VM provisioning should complete successfully regardless of the log level.
Actual Behavior
Running terraform apply with INFO log level always fails with the NoPermission error.
Running terraform apply with TRACE log level results in a ~90% success rate.
Attached are the TRACE logs for both a successful and a failed provisioning attempt.
Steps to Reproduce
Run terraform apply with INFO logging → consistently fails.
Run terraform apply with TRACE logging → succeeds most of the time (~90% success rate).
Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered:
Community Guidelines
Terraform
1.11.0
Terraform Provider
1.5.7
VMware vSphere
2.8.1
Description
When attempting to create a new VM using the vsphere_virtual_machine resource, the process intermittently fails during the cloning phase with a NoPermission error.
Affected Resources or Data Sources
resource/vsphere_virtual_machine
Terraform Configuration
Debug Output
Logs
Panic Output
No response
Expected Behavior
The VM provisioning should complete successfully regardless of the log level.
Actual Behavior
Running terraform apply with INFO log level always fails with the NoPermission error.
Running terraform apply with TRACE log level results in a ~90% success rate.
Attached are the TRACE logs for both a successful and a failed provisioning attempt.
Steps to Reproduce
Run terraform apply with INFO logging → consistently fails.
Run terraform apply with TRACE logging → succeeds most of the time (~90% success rate).
Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered: