aboutsummaryrefslogtreecommitdiff
path: root/terraform/variables.tf
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-09-15 16:33:10 +0000
committerKumar Damani <me@kumardamani.net>2026-09-15 16:33:10 +0000
commit977e3411a8d5836c7105d1cf0c5782413a3de078 (patch)
treef4c6c4f3ba7915800df9b069adf290a558cdef97 /terraform/variables.tf
parentbe3bde145689c25c7868c6afecebccb328e4ebbf (diff)
tf cleanup
Diffstat (limited to 'terraform/variables.tf')
-rwxr-xr-xterraform/variables.tf20
1 files changed, 0 insertions, 20 deletions
diff --git a/terraform/variables.tf b/terraform/variables.tf
index 00b96c8..81e81ab 100755
--- a/terraform/variables.tf
+++ b/terraform/variables.tf
@@ -1,28 +1,8 @@
-variable "minio_password" {
- type = string
- sensitive = true
- description = "Secret key for minio"
-}
-variable "sites_password" {
- type = string
- sensitive = true
- description = "Secret key for sites"
-}
-variable "rproxy_password" {
- type = string
- sensitive = true
- description = "Secret key for rproxy"
-}
variable "monitoring_password" {
type = string
sensitive = true
description = "Secret key for monitoring"
}
-variable "nc_kumar_password" {
- type = string
- sensitive = true
- description = "Secret key for nc_kumar"
-}
variable "plex_password" {
type = string
sensitive = true