teleport/modules
2017-11-13 10:10:04 -08:00
..
dynamoautoscale Update DynamoDB backend 2017-11-10 12:20:18 -08:00
README.md address code review comments 2017-11-13 10:10:04 -08:00

Terraform Modules

Modules is a managed collection of Teleport modules useful for AWS deployments of Teleport. These modules provide supported scenarios to deploy Teleport on cloud providers.

To use the modules, include them in the terraform script:

provider "aws" {
}

module dynamoautoscale {
 source = "github.com/gravitational/teleport//modules/dynamodbautoscale"
 table_name = "table-to-auto-scale"
}