We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd00a35 commit 6c086d1Copy full SHA for 6c086d1
2 files changed
terraform/environments/stg.tfvars
@@ -1,6 +1,4 @@
1
+# db_user, db_password, db_name & project_id come from the pipeline
2
environment = "stg"
3
region = "us-central1"
-project_id = "your-project-id"
4
-db_tier = "db-f1-micro"
5
-
6
-# db_user, db_password & db_name come from the pipeline
+db_tier = "db-f1-micro"
terraform/variables.tf
@@ -25,12 +25,6 @@ variable "environment" {
25
type = string
26
}
27
28
-# --- artifact registry vars ---
29
30
-variable "registry_id" {
31
- type=string
32
-}
33
34
# --- database vars ---
35
36
variable "db_user" {
0 commit comments