Skip to content

Commit

Permalink
move base_tags out of main.tf into locals.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 23, 2025
1 parent 71bc6ec commit 0e7998f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/full-cluster-tf-upgrade/1.31/locals.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
locals {
base_tags = {
"eks-cluster-name" = var.cluster_name
"boc:tf_module_version" = local._module_version
"boc:created_by" = "terraform"
}
}

0 comments on commit 0e7998f

Please sign in to comment.