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" - } -}