1
0
Files
terraform.examples/modules/ManagementGovernance/Cwl-firehose-s3/outputs.tf
T
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
}