GitXplorerGitXplorer
c

terraform-demo

public
1 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
995412256bae1c0719a80978a615aa26015b12ac

change graph caption location

committed 7 years ago
Unverified
a45f12960afb9e41faaf104eaa43fa96e19ec685

add graph caption

committed 7 years ago
Unverified
207901ac20287b5a67e5d81f52ae36582fc316e9

add error page

committed 7 years ago
Unverified
2de18379ad68f1b4445a42905cd072fee406a58d

clarify terraform node in architecture graph

committed 7 years ago
Unverified
f6cbc4c384665fa391fb259e11edc325c66d7c13

update git hook message

committed 7 years ago
Unverified
c91a41eac6ed4d4fd69fc7703a56f68591940bf9

change diagram

committed 7 years ago

README

The README file for this repository.

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.