Created
August 20, 2019 10:52
-
-
Save itsMagondu/72068b796b93194201ec9aceed72ec52 to your computer and use it in GitHub Desktop.
Terraform outputs for CloudSQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output "metabase_db_name" { | |
value = "${google_sql_database.metabase_database.name}" | |
} | |
output "db_instance_connection_name" { | |
value = "${google_sql_database_instance.demo_instance.connection_name}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment