Skip to content

Instantly share code, notes, and snippets.

@deekthesqueak
Created September 8, 2021 19:52
Show Gist options
  • Save deekthesqueak/7e9f98271b9726207413d2d801563741 to your computer and use it in GitHub Desktop.
Save deekthesqueak/7e9f98271b9726207413d2d801563741 to your computer and use it in GitHub Desktop.
Terrform Output
# module.gcp.module.sql_databases.google_sql_user.main will be updated in-place
~ resource "google_sql_user" "main" {
id = "main/%/us-east1-main"
name = "main"
# Warning: this attribute value will be marked as sensitive and will
# not display in UI output after applying this change
~ password = (sensitive value)
+ type = ""
# (3 unchanged attributes hidden)
}
# module.gcp.module.sql_databases.google_sql_user.warehouse will be updated in-place
~ resource "google_sql_user" "warehouse" {
+ host = ""
id = "warehouse//us-east1-warehouse"
name = "warehouse"
# Warning: this attribute value will be marked as sensitive and will
# not display in UI output after applying this change
~ password = (sensitive value)
+ type = ""
# (2 unchanged attributes hidden)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment