diff --git a/hosts/scariff/monitoring/variables.tf b/hosts/scariff/monitoring/variables.tf index bb3c121..2ceb1c9 100644 --- a/hosts/scariff/monitoring/variables.tf +++ b/hosts/scariff/monitoring/variables.tf @@ -3,7 +3,7 @@ variable "domain_name" { description = "Domain name for the server" } -variable "network_name" { +variable "network" { type = string description = "Name of the network" }