From 64fc05a74f86e11565cf7351a7e3b16155056b4d Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 24 May 2022 14:59:58 -0400 Subject: [PATCH] fix --- billing-policies/main.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/billing-policies/main.tf b/billing-policies/main.tf index d4d3c37..47ffbd4 100644 --- a/billing-policies/main.tf +++ b/billing-policies/main.tf @@ -15,9 +15,3 @@ * ``` */ -locals { - base_tags = { - "boc:tf_module_version" = local._module_version - "boc:created_by" = "terraform" - } -}