Skip to content

Commit 878537a

Browse files
committed
Fixing count in output
1 parent 207e8a5 commit 878537a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output "karpenter_role_arn" {
44
}
55

66
output "karpenter_instance_profile_id" {
7-
value = var.create_karpenter_iam_role ? aws_iam_instance_profile.karpenter.id : ""
7+
value = var.create_karpenter_iam_role ? aws_iam_instance_profile.karpenter[0].id : ""
88
description = "Karpenter instance profile ID"
99
}
1010

0 commit comments

Comments
 (0)