Skip to content

LondonAppDeveloper/demo-tf-manage-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack Consulting and Courses.

Website | Courses | Tutorials | Consulting



Demo - Manage AWS Terraform with Docker

Boilerplate code for how to manage Terraform for a project using Docker.

Requirements

The following software is required:

  1. Docker Desktop (or on Linux you need Docker and Docker Compose)
  2. aws-vault or a way to set your AWS credentials as environment variables.

Usage

  1. Authenticate with the AWS using aws-vault
  2. Run docker-compose run --rm tf init to initialise
  3. Run docker-compose run --rm tf COMMAND where COMMAND is the Terraform command you wish to run

docker-desktop docker-linux docker-compose-linux aws-vault

About

Sample code for managing tf with docker compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages