Skip to content

barfet/terraform-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure

Each top level folder is it's own set of Terraform commands, run separately. This project is making use of Terraform environments to deploy and track the state of the infrastructure in each environment.

Deploying

Open a shell to the Terraform container.

$ docker-compose run --rm terraform /bin/sh

Next, cd to the sub-project you want to work with and select environment that you want to use:

$ cd <sub-project dir>
$ terraform env select <desired-env>

Terraform commands:

$ terraform plan
$ terraform apply

About

Service for managing AWS infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages