# This defines the Kinesis Firehow for data ingestion. # THIS CODE IS NOT FOR PRODUCTIVE USE. TEST/TRANING CODE ONLY # (c) by David Surey - Amazon Web Services EMEA SARL # 10/2019 - suredavi@amazon.com # Create Role for the Firehose delivery into Account B resource "aws_iam_role" "firehose_crossaccount_role" { provider = aws.ingestion name = "firehose_crossaccount_role" assume_role_policy = <