0.15.1 • Published 7 years ago

tf-content v0.15.1

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
7 years ago

tf-content

This repo contains the terraform module for content related infrastructure

Modules

elasticsearch

elasticsearch cluster for content data

streams

creates kinesis streams for all content entities

module "content_streams" {
  source = "git::git@github.com:GaiamTV/tf-streams-content.git//modules/kinesis?ref=v0.1.0"

  region = "us-west-2"
  env = "dev"
  shard_count = 1
}

License

UNLICENSED