From 6e3e877b6df8adca0761a2778c4def2610e01463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alby=20Hern=C3=A1ndez?= <61636487+achetronic@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:50:01 +0100 Subject: [PATCH] Update terraform/variables.tf --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index bec7bec..65fc144 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -119,6 +119,6 @@ variable "instances" { ) ]) - error_message = "In instances with more than one network, ONE and ONLY ONE network must be marked as \"default\"." + error_message = "In instances with more than one network, only one must be marked as \"default\"." } }