From 42de32811764675c229f2ad84e4ebebe6491a979 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 16 Oct 2024 15:18:42 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(tags):=20fix=20tag=20name=20?= =?UTF-8?q?to=20use=20underscores=20instead=20of=20hyphens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 4aa0708..b9e314f 100644 --- a/main.tf +++ b/main.tf @@ -30,7 +30,7 @@ data "aws_kms_key" "ebs_key" { locals { additional_policies = {} base_tags = { - "boc:eks-cluster-name" = var.cluster_name + "boc:eks_cluster_name" = var.cluster_name "boc:tf_module_name" = local.module_name "boc:tf_module_version" = local.module_version "boc:created_by" = "terragrunt"