Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 369 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 369 Bytes

Module for storing remote state in an S3 bucket for Terraform

A lightweight remote state module for Terraform that creates S3 buckets for environments.

Usage

module "remote_state" {
  source = "github.com/turnbullpublishing/tf_remote_state"
  environment = "development"
}

See interface.tf for additional configurable variables.

License

MIT