Skip to content
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

Labels
bug Something isn't working Stale

Comments

@sk251319
Copy link

sk251319 commented Jan 12, 2023

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

Provider version 
google      = "~> 3.61.0"
google-beta = "~> 3.61.0"

Terraform Version

Provider version
google      = "~> 3.61.0"
google-beta = "~> 3.61.0"

Additional information

No response

@sk251319 sk251319 added the bug Something isn't working label Jan 12, 2023
@sk251319
Copy link
Author

Can anyone confirm someone is looking into that as it is a showstopper for me.

@sk251319
Copy link
Author

@KelvinVenancio Anyone from your team has an idea about the issue which I have raised?

c2thorn pushed a commit to GoogleCloudPlatform/magic-modules that referenced this issue Jan 25, 2023
modular-magician added a commit to modular-magician/terraform-provider-google-beta that referenced this issue Jan 25, 2023
modular-magician added a commit to modular-magician/terraform-provider-google that referenced this issue Jan 25, 2023
modular-magician added a commit to hashicorp/terraform-provider-google-beta that referenced this issue Jan 25, 2023
modular-magician added a commit to hashicorp/terraform-provider-google that referenced this issue Jan 25, 2023
modular-magician added a commit to modular-magician/terraform-validator that referenced this issue Jan 25, 2023
modular-magician added a commit to GoogleCloudPlatform/terraform-validator that referenced this issue Jan 25, 2023
@DeLoWaN
Copy link
Contributor

DeLoWaN commented Feb 1, 2023

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.

@github-actions
Copy link

github-actions bot commented Apr 2, 2023

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

@github-actions github-actions bot added the Stale label Apr 2, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment