From cac77a6beea6a35c64c19eac0446226b9f750a20 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 29 Jul 2024 21:48:48 -0400 Subject: [PATCH] ugh --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index cad6db0..b9043eb 100644 --- a/variables.tf +++ b/variables.tf @@ -107,6 +107,12 @@ variable "profile" { default = "" } +variable "account_id" { + description = "AWS account id" + type = string + default = "" +} + variable "region" { description = "AWS config region" type = string