Skip to content

Commit e431819

Browse files
author
Rodrigo Monte
authored
Update outputs.tf
1 parent ac41de9 commit e431819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ output "kinesis_stream_iam_policy_write_only_arn" {
2525

2626
output "kinesis_stream_iam_policy_admin_arn" {
2727
description = "The IAM Policy (ARN) admin of the Stream"
28-
value = concat(aws_iam_policy.admin-only.*.arn, [""])[0]
28+
value = concat(aws_iam_policy.admin.*.arn, [""])[0]
2929
}

0 commit comments

Comments
 (0)