From 410a73acf45c592d8adc60131ba5c67057160f99 Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Fri, 1 Sep 2023 18:16:36 -0400 Subject: [PATCH] changed cluster_irsa_role to cluster_iam_role to be accurate. --- outputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/outputs.tf b/outputs.tf index 2b50133..8144383 100644 --- a/outputs.tf +++ b/outputs.tf @@ -56,8 +56,8 @@ output "cluster_autoscaler_irsa_role" { } } -output "cluster_irsa_role" { - description = "The arn/name/unique_id of the irsa role for the cluster" +output "cluster_iam_role" { + description = "The arn/name/unique_id of the iam role for the cluster" value = { arn = module.cluster.cluster_iam_role_arn name = module.cluster.cluster_iam_role_name