Open annakhm opened 1 year ago
Hello, annakhm! 🖐
Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle.
If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests.
Community Guidelines
Terraform
v1.5.3
Terraform Provider
v2.4.1
VMware vSphere
7.0.3
Description
When creating a VM specifying
nsx_passwd_0
andnsx_cli_passwd_0
properties, subsequent plan/apply (with no changes introduced) causes non-empty diff:Affected Resources or Data Sources
resource/vsphere_virtual_machine
Terraform Configuration
Debug Output
https://gist.github.com/annakhm/46fc2cddb1f7438814146f5fa5402647
Panic Output
No response
Expected Behavior
Since no changes were introduced, the diff should be empty
Actual Behavior
Non-empty diff, upon apply VM is updated
I understand passwords are sensitive and as such, are not sent back in the API, but this should not cause a diff in resource.
Steps to Reproduce
terraform plan
Environment Details
No response
Screenshots
No response
References
No response