An open API service indexing awesome lists of open source software.

https://github.com/scalereal/terraform-aws-kinesis-cross-account-sync

Terraform Module to sync kinesis streams across two different AWS accounts
https://github.com/scalereal/terraform-aws-kinesis-cross-account-sync

aws aws-kinesis-stream aws-lambda cross-account hactoberfest iam-policy iam-role serverless terraform terraform-modules

Last synced: about 2 months ago
JSON representation

Terraform Module to sync kinesis streams across two different AWS accounts

Awesome Lists containing this project

README

          

# 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.