-
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
google_sql_user not able to create for myssql #12049
Comments
@hanumantharao19 can you share your config and the full debug log? Does the example work for you? |
I was able to replicate this issue as well and this error occurs when deploying the Code:
Output/Error:
I believe the issue originates from the PR# 11834 where modifications were made to Using google provider version 4.24.0 resolves the issue so this is a temporary workaround. P.S. - The issue mentions mysql, whereas I was creating a user for SQL Server. So I think it is an issue for all types of SQL instances. |
closing this as a dup #11891 |
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. |
module.mssql.google_sql_user.additional_users["qa"]: Still creating... [10s elapsed]
╷
│ Error: Error setting disabled: Invalid address to set: []string{"disabled"}
│
│ with module.mssql.google_sql_user.additional_users["prod"],
│ on ../modules/mssql/main.tf line 167, in resource "google_sql_user" "additional_users":
│ 167: resource "google_sql_user" "additional_users" {
│
╵
╷
│ Error: Error setting disabled: Invalid address to set: []string{"disabled"}
│
│ with module.mssql.google_sql_user.additional_users["dev"],
│ on ../modules/mssql/main.tf line 167, in resource "google_sql_user" "additional_users":
│ 167: resource "google_sql_user" "additional_users" {
│
╵
╷
│ Error: Error setting disabled: Invalid address to set: []string{"disabled"}
│
│ with module.mssql.google_sql_user.additional_users["qa"],
│ on ../modules/mssql/main.tf line 167, in resource "google_sql_user" "additional_users":
│ 167: resource "google_sql_user" "additional_users" {
│
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
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: