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