From e135bac212e08c0382e9663eaaa84b00db5a04f3 Mon Sep 17 00:00:00 2001 From: Otavio Andrade Date: Fri, 27 Sep 2024 01:02:33 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corre=C3=A7=C3=A3o=20vpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index b8acf4d..5458109 100644 --- a/variables.tf +++ b/variables.tf @@ -1,3 +1,9 @@ +variable "aws_region" { + description = "RegiĆ£o da AWS" + type = string + default = "us-east-1" +} + variable "availability_zone_1" { description = "Zona de disponibilidade para a primeira Subnet" type = string