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

Terraform Module to sync kinesis streams across two different AWS accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Terraform Module to sync kinesis streams across two different AWS accounts

License:Apache License 2.0


Languages

Language:HCL 76.2%Language:JavaScript 23.8%