We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc839a commit 6cd29b3Copy full SHA for 6cd29b3
1 file changed
terraform/environments/prd.tfvars
@@ -1,8 +1,4 @@
1
-variable "region" {
2
- type = string
3
- default = "us-central1"
4
-}
5
-
6
-variable "project_id" {
7
8
+# db_user, db_password, db_name & project_id come from the pipeline
+environment = "prd"
+region = "us-central1"
+db_tier = "db-f1-micro"
0 commit comments