feat(infra): add nginx node, random password, null_resource automation, and outputs
This commit is contained in:
@@ -19,4 +19,10 @@ variable "monitoring_hostname" {
|
||||
type = string
|
||||
description = "Monitoring hostname"
|
||||
default = "monitoring01"
|
||||
}
|
||||
|
||||
variable "nginx_hostname" {
|
||||
type = string
|
||||
description = "Nginx hostname"
|
||||
default = "nginx01"
|
||||
}
|
||||
Reference in New Issue
Block a user