avx-pmarie-aws-infra/modules/aws-iam/outputs.tf
2022-07-01 14:12:11 +02:00

5 lines
160 B
HCL

output "aws_iam_roles_arns" {
description = "The arns of the created IAM roles"
value = { for k, v in merge(aws_iam_role.self[*]...) : k => v.arn }
}