๐Ÿก index : github.com/captn3m0/nebula.git

variable "db-password" {
	type = string
}
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
}