Skip to content

Commit 6c086d1

Browse files
committed
refactor: Removed AR variables
1 parent dd00a35 commit 6c086d1

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

terraform/environments/stg.tfvars

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1+
# db_user, db_password, db_name & project_id come from the pipeline
12
environment = "stg"
23
region = "us-central1"
3-
project_id = "your-project-id"
4-
db_tier = "db-f1-micro"
5-
6-
# db_user, db_password & db_name come from the pipeline
4+
db_tier = "db-f1-micro"

terraform/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ variable "environment" {
2525
type = string
2626
}
2727

28-
# --- artifact registry vars ---
29-
30-
variable "registry_id" {
31-
type=string
32-
}
33-
3428
# --- database vars ---
3529

3630
variable "db_user" {

0 commit comments

Comments
 (0)