Skip to content

Commit

Permalink
Changed order of tag merge so input variables override internal setti…
Browse files Browse the repository at this point in the history
…ngs.
  • Loading branch information
zawac002 committed Sep 14, 2023
1 parent 8009116 commit 0017cb3
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 @@ -78,7 +78,7 @@ locals {

ng_name = format("%v%v-nodegroup", local._prefixes["eks"], var.cluster_name)

tags = merge(var.tags, local.base_tags)
tags = merge(local.base_tags, var.tags)
}

module "cluster" {
Expand Down

0 comments on commit 0017cb3

Please sign in to comment.