Skip to content

Commit

Permalink
🐛 fix(tags): fix tag name to use underscores instead of hyphens (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 17, 2024
1 parent 9c78898 commit b5d7469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b5d7469

Please sign in to comment.