/terraform-aws-bootstrap

Terraform Module for AWS backend bootstrap

Primary LanguageShellMIT LicenseMIT

terraform-aws-bootstrap

Terraform

Deploy a Terraform backend in AWS. Solves the Terraform backend 🐓 and 🥚 problem

This Terraform module deploys a backend in Amazon Web Services.

NOTES

  • S3 server-side encryption at rest
  • S3 bucket versioning
  • DynamoDB server-side encryption
  • Private Access
  • No cross-account support

Usage in Terraform 1.0

module "bootstrap" {
  source   = "github.com/imjoseangel/terraform-aws-bootstrap"
  name     = "terraform-backend"
  dynamodb = "terraform-lock"
}

Authors

Originally created by imjoseangel

License

MIT