97b98b1da6
* master: (511 commits) Update CHANGELOG.md core: avoid diff mismatch on NewRemoved fields during -/+ Update CHANGELOG.md update CHANGELOG Fix minor error in index/count docs terraform: remove debug terraform: when pruning destroy, only match exact nodes, or exact counts up version for dev update CHANGELOG terraform: prune tainted destroys if no tainted in state [GH-1475] update CHANGELOG config/lang: support math on variables through implicits update CHANGELOG update cHANGELOG update cHANGELOG providers/aws: set id outside if/esle providers/aws: set ID after creation core: remove dead code from pre-deposed refactor website: update LC docs to note name is optional security_groups field expects a list of Security Group Group Names, not IDs ... |
||
---|---|---|
.. | ||
helpers | ||
source | ||
.buildpacks | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.md | ||
Procfile | ||
README.md | ||
Vagrantfile | ||
config.rb | ||
config.ru |
README.md
Terraform Website
This subdirectory contains the entire source for the Terraform Website. This is a Middleman project, which builds a static site from these source files.
Contributions Welcome
If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.
Running the Site Locally
Running the site locally is simple. Clone this repo and run the following commands:
$ bundle
$ bundle exec middleman server
Then open up http://localhost:4567
. Note that some URLs you may need to append
".html" to make them work (in the navigation).