Skip to content

Commit

Permalink
πŸ› fix(tag): udpate tag for cluster name to boc:cluster-name
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 24, 2024
1 parent f61c261 commit f766821
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 @@ -25,7 +25,7 @@ data "kubernetes_namespace" "existing_ns" {

locals {
tags = merge({
"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" = "terraform"
Expand Down

0 comments on commit f766821

Please sign in to comment.