Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 666 Bytes

File metadata and controls

25 lines (16 loc) · 666 Bytes

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.