This commit is contained in:
Manuel Romero
2021-12-14 16:42:28 +01:00
parent 74611c92e8
commit 29bef068fa

View File

@@ -0,0 +1,15 @@
output "arn_metadata" {
value = aws_kinesis_stream.metadata.arn
}
output "arn_employees" {
value = aws_kinesis_stream.semployees.arn
}
output "arn_jobs" {
value = aws_kinesis_stream.sjobs.arn
}
output "arn_attrep_apply_exceptions" {
value = aws_kinesis_stream.attrep_apply_exceptions.arn
}