-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 it is destroying the instance and then creating the new instance. #13499
Comments
I have also created the issue |
thanks for the link. really apricate it. |
We are having the same issue. Thanks for starting work on this. |
Closed with GoogleCloudPlatform/magic-modules#7136 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
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.
Terraform Version
Provider version
google = "
> 3.61.0"> 3.61.0"google-beta = "
Affected Resource(s)
Terraform Configuration Files
The text was updated successfully, but these errors were encountered: