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.
2 parents 0e7b829 + 633cbf8 commit daddc99Copy full SHA for daddc99
outputs.tf
@@ -10,7 +10,7 @@ output "arn" {
10
11
output "groups" {
12
description = "The groups to which policy is attached"
13
- value = element(concat(aws_iam_group_policy_attachment.to_groups.*.group, list("")), 0)
+ value = element(concat(aws_iam_group_policy_attachment.to_groups.*.group, tolist([""])), 0)
14
}
15
16
output "policy_json" {
0 commit comments