Skip to content

Terraform Module to sync kinesis streams across two different AWS accounts

License

Notifications You must be signed in to change notification settings

scalereal/terraform-aws-kinesis-cross-account-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-kinesis-cross-account-sync

Terraform Module to sync kinesis streams across two different AWS accounts

Providers

Name Version
archive ~> 2.0
aws ~> 3.12
aws.sink ~> 3.12

Inputs

Name Description Type Default Required
service_name Service name for which streams will be synced string n/a yes
sink_streams Comma separated list of streams to which source stream will be synced with. string n/a yes
source_stream Streams with which sink streams will be synced string n/a yes

Outputs

No output.