-
Notifications
You must be signed in to change notification settings - Fork 428
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
While changing the root_password for MSSQL server is destroying the instance and then creating the new instance #405
While changing the root_password for MSSQL server is destroying the instance and then creating the new instance #405
Comments
Can anyone confirm someone is looking into that as it is a showstopper for me. |
@KelvinVenancio Anyone from your team has an idea about the issue which I have raised? |
… updatable (hashicorp#7136) fix terraform-google-modules/terraform-google-sql-db#405 Signed-off-by: Modular Magician <[email protected]>
… updatable (hashicorp#7136) fix terraform-google-modules/terraform-google-sql-db#405 Signed-off-by: Modular Magician <[email protected]>
… updatable (#7136) (#5133) fix terraform-google-modules/terraform-google-sql-db#405 Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
… updatable (#7136) (#13574) fix terraform-google-modules/terraform-google-sql-db#405 Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
… updatable (#7136) fix terraform-google-modules/terraform-google-sql-db#405 Signed-off-by: Modular Magician <[email protected]>
… updatable (#7136) (#1316) fix terraform-google-modules/terraform-google-sql-db#405 Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
I've just tested it: I changed the root_password, it did not do anything: no change in the database instance. Fortunately, that was a test instance, I destroyed and recreated it. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Expected behavior
Terraform should do not destroy the instance if we are changing the root-password.
Observed behavior
When I am changing the root_password for the existing MSSQL instance rather that doing the in-place edit it is destroying the instance and then recreating the instance.
we can change root_password using GCP console and gcloud utility and it is not recreating the instance but using terraform it is recreating the instance.
No response
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: