Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 22, 2021
1 parent 30cb249 commit d195ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ output "ldap_dn" {

output "instance_profile_arn" {
description = "Created instance profile ARN, if enabled"
value = var.enable_instance_profile ? aws_iam_instance_profile.role.arn : ""
value = var.enable_instance_profile ? aws_iam_instance_profile.role[0].arn : ""
}

0 comments on commit d195ebe

Please sign in to comment.