-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Resource google_sql_database_instance root_password (MS SQL) for GA #5870
Resource google_sql_database_instance root_password (MS SQL) for GA #5870
Comments
Change this |
It does work in google-beta. I was told to open an issue to get it moved to google provider. Is that not accurate? |
I have the same issue. It works in Provider=google-Beta but nit in Provider = Google |
Any update on when this enhancement will be released |
I'm still having issues creating a SQL Server Instance using the Google provider. Can you let me know when this enhancement will be released. |
It's working. I just created one. You will need a variable input configuration file, but here's the module. I believe you still have to use the beta provider.
|
Yes it works with the beta provider, i've been creating instances with that, but what i'm saying is it does not work with Provider=Google and i guess this is what this Enhancement is for. |
Fair point :D |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Based on #4776
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Terraform v0.12.18
Initializing provider plugins...
Affected Resource(s)
google_sql_database_instance
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
The module should accept the root_password argument per https://www.terraform.io/docs/providers/google/r/sql_database_instance.html#root_password
--it says beta, but the issue above indicates it was merged into the GA provider.
Actual Behavior
Steps to Reproduce
terraform apply
with a root_password configured.Important Factoids
References
The text was updated successfully, but these errors were encountered: