From b3015c752ba0cf3f867c3328cd4043fa336eca62 Mon Sep 17 00:00:00 2001 From: Bradley Lunsford Date: Wed, 29 May 2024 10:22:06 -0700 Subject: [PATCH] readding tags variable due to MC requirements --- terraform-unity/variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/terraform-unity/variables.tf b/terraform-unity/variables.tf index 689ce7e..9c17764 100644 --- a/terraform-unity/variables.tf +++ b/terraform-unity/variables.tf @@ -1,3 +1,9 @@ +# tflint-ignore: terraform_unused_declarations +variable "tags" { + description = "AWS Tags" + type = map(string) +} + variable "deployment_name" { description = "The deployment name" type = string