Skip to content

combinatorist/terraform-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Demo (with AWS)

Architecture

Architecture Diagram

Git Hooks & Terraform

Terraform tracks the state of your (remote) infrastructure. Meanwhile, git tracks your current files, including a couple build files (e.g. docs/architecture.dot.png).

For convenience, I've put in some git hooks to update the build every time you commit. However, you would need to trigger terraform apply after rebuilding those files (to deploy them to S3).

You may want to deploy changes to terraform (to a dev or feature environment) before committing to git. In that case, just run source hooks/pre-commit to build the files locally, first.

Releases

No releases published

Packages

No packages published

Languages