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