Skip to content

Commit 6cd29b3

Browse files
committed
fix: Fixed prd deploy vars
1 parent 9bc839a commit 6cd29b3

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

terraform/environments/prd.tfvars

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
variable "region" {
2-
type = string
3-
default = "us-central1"
4-
}
5-
6-
variable "project_id" {
7-
type = string
8-
}
1+
# db_user, db_password, db_name & project_id come from the pipeline
2+
environment = "prd"
3+
region = "us-central1"
4+
db_tier = "db-f1-micro"

0 commit comments

Comments
 (0)