Skip to content

Commit

Permalink
changed cluster_irsa_role to cluster_iam_role to be accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 1, 2023
1 parent 1d52043 commit 410a73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 410a73a

Please sign in to comment.