Skip to content

Commit

Permalink
Simplified tags to a single input.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Aug 16, 2023
1 parent 085f5e1 commit 186ea2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ locals {
ng_name = format("%v-ng-on_demand", var.cluster_name)
ng_asg_name = module.cluster.eks_managed_node_groups["on_demand"].node_group_resources[0].autoscaling_groups[0].name

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

module "vpc_cni_irsa_role" {
Expand Down

0 comments on commit 186ea2e

Please sign in to comment.