stream
assemble-inc/stream/kinesis
Terraform Module
HCL
KINESIS
This is a convenience module for AWS Kinesis Stream
Install
module "stream" {
source = "assemble-inc/stream/kinesis"
version = "0.1.0"
}
README
Terraform Kinesis Stream This is a convenience module for AWS Kinesis Stream Usage ``tf module "event_stream" { source = "assemble-inc/stream/kinesis" stream_name = "events" } `` Inputs - stream_name: Stream name - shard_count: Shard capacity - retention_period: Retention period - tags: Tags map Outputs - stream_arn: Stream ARN - policy_arn: Stream Policy ARN
Inputs (4)
| Name | Type | Description | Default |
|---|---|---|---|
| tags | any | required | |
| stream_name | any | required | |
| retention_period | any | 24 | |
| shard_count | any | 1 |
Outputs (2)
stream_arnpolicy_arnResources (2)
aws_iam_policyaws_kinesis_stream
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud KINESIS
★ Stars0
Forks1
Total downloads807
Inputs4
Outputs2
Resources2
LicenseMIT
Namespaceassemble-inc
Updated