Skip to content

Commit

Permalink
fix outputs for iam module
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed May 16, 2021
1 parent 16d79a6 commit 4856007
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 @@ -5,12 +5,12 @@ output "ebs_csi_driver_name" {

output "ebs_csi_driver_controller_role_arn" {
description = "The Name of the EBS CSI driver controller IAM role ARN"
value = module.ebs_controller_role.this_iam_role_arn
value = module.ebs_controller_role.iam_role_arn
}

output "ebs_csi_driver_controller_role_name" {
description = "The Name of the EBS CSI driver controller IAM role name"
value = module.ebs_controller_role.this_iam_role_name
value = module.ebs_controller_role.iam_role_name
}

output "ebs_csi_driver_controller_role_policy_arn" {
Expand Down

0 comments on commit 4856007

Please sign in to comment.