7 lines
171 B
HCL
7 lines
171 B
HCL
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
|
|
} |