Skip to content

Commit

Permalink
running format
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Nov 21, 2024
1 parent ad9f88a commit 81d7166
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@ locals {
// tflint-ignore: terraform_map_duplicate_keys
output_eks_managed_node_groups = tomap({
"initial" = {
autoscaling_group_schedule_arns = {}
iam_role_arn = var.existing_cluster_node_role_arn
iam_role_unique_id = {}
launch_template_arn = ""
launch_template_id = ""
autoscaling_group_schedule_arns = {}
iam_role_arn = var.existing_cluster_node_role_arn
iam_role_unique_id = {}
launch_template_arn = ""
launch_template_id = ""
// tflint-ignore: terraform_map_duplicate_keys
autoscaling_group_schedule_arns = {}
iam_role_name = ""
autoscaling_group_schedule_arns = {}
iam_role_name = ""
// tflint-ignore: terraform_map_duplicate_keys
iam_role_unique_id = ""
iam_role_unique_id = ""
// tflint-ignore: terraform_map_duplicate_keys
launch_template_arn = ""
launch_template_arn = ""
// tflint-ignore: terraform_map_duplicate_keys
launch_template_id = ""
launch_template_latest_version = 0
Expand Down

0 comments on commit 81d7166

Please sign in to comment.