Skip to content

Fix user type #8

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

Merged
merged 2 commits into from
Jan 4, 2022
Merged

Fix user type #8

merged 2 commits into from
Jan 4, 2022

Conversation

tun0
Copy link
Contributor

@tun0 tun0 commented Jan 4, 2022

Should fix this endless loop:

  # module.candidates_db.google_sql_user.admin_user must be replaced
-/+ resource "google_sql_user" "admin_user" {
      - host     = "" -> null
      ~ id       = "postgres//primary1-psql13" -> (known after apply)
        name     = "postgres"
      ~ project  = "candidates-prod-123456" -> (known after apply)
      ~ type     = "" -> "BUILT_IN" # forces replacement
        # (2 unchanged attributes hidden)
    }

@tun0 tun0 requested a review from a team as a code owner January 4, 2022 09:11
@tun0 tun0 merged commit f0b3bd7 into main Jan 4, 2022
@tun0 tun0 deleted the user-type branch January 4, 2022 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant