refactor: clean up environment variables and remove unused Nextcloud configurations

This commit is contained in:
2025-05-08 19:18:19 +02:00
parent d1267f816b
commit 4d4f085c3e
5 changed files with 4 additions and 93 deletions
-12
View File
@@ -23,18 +23,6 @@ variable "scaleway_secret_key" {
sensitive = true
}
variable "nextcloud_mysql_password" {
description = "MySQL access password"
type = string
sensitive = true
}
variable "nextcloud_admin_password" {
description = "Nextcloud access password"
type = string
sensitive = true
}
variable "wireguard_private_key" {
description = "Wireguard public key"
type = string