* chore: work save * fix: refactor flavors * fix: refactor pg user and database * fix: refactor flavor parameters * fix: refactor tf script * chore: work save * chore: work save * chore: work save --------- Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
11 lines
177 B
Text
11 lines
177 B
Text
variable "project_id" {
|
|
default = "<PROJECT ID UUID>"
|
|
}
|
|
|
|
variable "sa_email" {
|
|
default = "<SERVICE ACCOUNT EMAIL>"
|
|
}
|
|
|
|
variable "db_username" {
|
|
default = "<DB USERNAME>"
|
|
}
|