Skip to content

Commit

Permalink
fix: ran terraform fmt command
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed May 6, 2024
1 parent 6fcd3d6 commit 95fba58
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 @@ -77,7 +77,7 @@ resource "aws_eks_cluster" "default" {
}
}

tags = merge(
tags = merge(
module.labels.tags,
var.eks_tags
)
Expand Down

0 comments on commit 95fba58

Please sign in to comment.