-
Notifications
You must be signed in to change notification settings - Fork 118
Fix plugin crashes if terraform apply is re run after directory_services_v2 creates #768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
/ok-to-test TestAccV2NutanixDirectoryService*
|
/ok-to-test TestAccV2NutanixDirectoryService*
|
Test summery:
|
/ok-to-test TestAccV2NutanixDirectoryServicesResource_CreateACTIVE_DIRECTORYService
|
/ok-to-test TestAccV2NutanixDirectoryService*
|
All Tests Passed:
|
Fixes:
Previously, the plugin was crashing because it mishandled the service account password. The directory service response did not return the actual password—instead, it returned "*****"—which is required for the update operation. To resolve this, we re-read the password from the Terraform script file, password handled as sensitive attribute so it will be saved in state file as
*****
.