From 81d7166162ecb5e865282200a94182f196e67542 Mon Sep 17 00:00:00 2001 From: Vedant Pareek Date: Thu, 21 Nov 2024 18:29:00 +0530 Subject: [PATCH] running format --- locals.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locals.tf b/locals.tf index 115fd97..3fabc43 100644 --- a/locals.tf +++ b/locals.tf @@ -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