We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac41de9 commit e431819Copy full SHA for e431819
outputs.tf
@@ -25,5 +25,5 @@ output "kinesis_stream_iam_policy_write_only_arn" {
25
26
output "kinesis_stream_iam_policy_admin_arn" {
27
description = "The IAM Policy (ARN) admin of the Stream"
28
- value = concat(aws_iam_policy.admin-only.*.arn, [""])[0]
+ value = concat(aws_iam_policy.admin.*.arn, [""])[0]
29
}
0 commit comments