1
0
Files
2026-02-13 15:44:24 +08:00

7 lines
171 B
Terraform

output firehose-iam-role-arn {
value = aws_iam_role.firehose-stream-iam-role.arn
}
output cloudwatchstream-iam-role-arn {
value = aws_iam_role.cwlog-stream-role.arn
}