Skip to content

Module for storing remote state in an S3 bucket for Terraform

License

Notifications You must be signed in to change notification settings

turnbullpress/tf_remote_state

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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