refactor: clean up environment variables and remove unused Nextcloud configurations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user