From 977e3411a8d5836c7105d1cf0c5782413a3de078 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 15 Sep 2026 12:33:10 -0400 Subject: tf cleanup --- terraform/variables.tf | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'terraform/variables.tf') 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 -- cgit v1.2.3