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
- Host: GitHub
- URL: https://github.com/scalereal/terraform-aws-kinesis-cross-account-sync
- Owner: scalereal
- License: apache-2.0
- Created: 2020-10-28T14:45:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-29T13:24:09.000Z (almost 5 years ago)
- Last Synced: 2025-05-29T18:29:48.159Z (4 months ago)
- Topics: aws, aws-kinesis-stream, aws-lambda, cross-account, hactoberfest, iam-policy, iam-role, serverless, terraform, terraform-modules
- Language: HCL
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.