feat(infra): add nginx node, random password, null_resource automation, and outputs

This commit is contained in:
Richard
2026-07-29 09:10:22 +02:00
parent 5d0f008f6b
commit d6ebabce8b
5 changed files with 144 additions and 27 deletions
+6
View File
@@ -19,4 +19,10 @@ variable "monitoring_hostname" {
type = string
description = "Monitoring hostname"
default = "monitoring01"
}
variable "nginx_hostname" {
type = string
description = "Nginx hostname"
default = "nginx01"
}