Skip to content

Commit

Permalink
remove extra tomap()s
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 18, 2025
1 parent b9e4079 commit 5ea4a63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions security_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ resource "aws_security_group" "additional_eks_cluster_sg" {
tags = merge(
local.base_tags,
var.tags,
<<<<<<< HEAD
{ "Name" = local.additional_eks_cluster_sg_name },
=======
tomap({ "Name" = local.additional_eks_cluster_sg_name }),
>>>>>>> ddd6d64 (align with upstream)
)

vpc_id = data.aws_vpc.eks_vpc.id
Expand Down

0 comments on commit 5ea4a63

Please sign in to comment.