From 587faf4cd6b23c20981416e3a0c2a87de93c479e Mon Sep 17 00:00:00 2001 From: Sohan Date: Fri, 15 Jan 2021 21:43:51 +0530 Subject: [PATCH] fix the attributes --- main.tf | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.tf b/main.tf index 6bcd6aa..9f25a10 100644 --- a/main.tf +++ b/main.tf @@ -8,8 +8,6 @@ locals { id_context = { name = var.name environment = var.environment - repository = var.repository - attributes = var.attributes } # run loop for label order and set in value. @@ -29,7 +27,6 @@ locals { "Name" = local.id "Environment" = local.environment "ManagedBy" = local.managedby - "Attributes" = local.attributes "Repository" = local.repository }, var.tags