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

Module for storing remote state in an S3 bucket for Terraform

License

Notifications You must be signed in to change notification settings

EmpaticoOrg/tf_remote_state

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Module for storing remote state in an S3 bucket for Terraform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%