diff options
Diffstat (limited to 'terraform/variables.tf')
| -rwxr-xr-x | terraform/variables.tf | 20 |
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 |
