14 lines
276 B
HCL
14 lines
276 B
HCL
variable "gitea_app_id" {
|
|
type = string
|
|
}
|
|
variable "POSTGRES_CREDENTIALS_EDITOR_USERNAME" {
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
variable "POSTGRES_CREDENTIALS_EDITOR_PASSWORD" {
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
variable "applications" {
|
|
type = set(string)
|
|
} |