refactor: Clean up unused variables and simplify configurations across modules

This commit is contained in:
2025-04-29 19:33:33 +02:00
parent b7408fb4d8
commit 0d3f4a0a30
11 changed files with 5 additions and 67 deletions
-5
View File
@@ -1,8 +1,3 @@
variable "wordpress_mysql_password" {
description = "MySQL access password"
type = string
sensitive = true
}
variable "mysql_root_password" {
description = "MySQL root password"