terraform/website
Martin Atkins c57dbebe84 documentation: explain provider dev environment setup
The intent here is just to introduce some initial docs on our recommended
way to develop plugins in the same GOPATH as Terraform itself. The
documentation in this area needs some more fundamental rework as it is
rather outdated and mis-organized, but that's outside the scope of what
this change is trying to achieve.
2017-07-18 14:36:01 -07:00
..
docs documentation: explain provider dev environment setup 2017-07-18 14:36:01 -07:00
guides website: guide to running Terraform in automation 2017-06-16 18:04:21 -07:00
intro Autoload only .auto.tfvars files 2017-07-05 17:24:17 -07:00
layouts website: guide to running Terraform in automation 2017-06-16 18:04:21 -07:00
upgrade-guides website: update upgrade-guide for plugin filename convention 2017-07-05 17:36:32 -07:00
README.md website: A note about where the root parts of the website live now 2017-06-27 14:40:13 -07:00

README.md

Terraform Documentation

This directory contains the portions of the Terraform website that pertain to the core functionality, excluding providers and the overall configuration.

The files in this directory are intended to be used in conjunction with the terraform-website repository, which brings all of the different documentation sources together and contains the scripts for testing and building the site as a whole.