Created
August 20, 2019 10:54
-
-
Save itsMagondu/c5d0f7db4ecb2c55a06599c364557a20 to your computer and use it in GitHub Desktop.
Terraform input variables 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
variable project_id {} | |
variable region {} | |
variable metabase_db_user {} | |
variable metabase_db_password {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment