nebula/mastodon/vars.tf

19 lines
273 B
Terraform
Raw Permalink Normal View History

variable "db-password" {
type = string
}
2022-12-26 07:49:00 +00:00
variable "secret-key-base" {
type = string
}
variable "otp-secret" {
type = string
}
variable "vapid-private-key" {
type = string
}
variable "vapid-public-key" {
type = string
}
variable "smtp-password" {
type = string
}