[meta] these variables are not actually sensitive

pull/39/head
Alpha Chen 2 years ago
parent f8d249a869
commit 95d2c1d78c

@ -1,17 +1,25 @@
variable "domain" {
type = string
nullable = false
sensitive = true
}
variable "letsencrypt_email" {
type = string
nullable = false
}
variable "monica_db_host" {
type = string
nullable = false
}
variable "monica_db_password" {
type = string
nullable = false
sensitive = true
}
variable "nixos_image_id" {
type = string
nullable = false
sensitive = true
}

Loading…
Cancel
Save