From 6141e6bd39beb2611f5eef3ffba4d20369e7c7d7 Mon Sep 17 00:00:00 2001 From: Xavier2p Date: Sat, 9 Sep 2023 12:53:03 +0200 Subject: [PATCH] fix issue in import var 1 --- hosts/scariff/monitoring/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }