terraform/website
Sander van Harmelen 77b9fad7f0 backend/manta: deprecate camelcase attribute name
This change is needed (next to making it consistent as its the only attribute name that uses camelcase) because passing that attribute objectName in the update `terraform_remote_state` resource, ended up giving me this error: https://github.com/hashicorp/terraform/blob/master/helper/schema/schema.go#L736
2018-08-29 20:22:04 +02:00
..
docs backend/manta: deprecate camelcase attribute name 2018-08-29 20:22:04 +02:00
guides Initial draft of Core Workflow Guide 2018-08-17 17:18:53 -05:00
intro website: Simplify the Getting Started consul module example 2018-06-28 18:10:55 -07:00
layouts Initial draft of Core Workflow Guide 2018-08-17 17:18:53 -05:00
upgrade-guides website: v0.12 preview upgrade guide tweaks 2018-06-29 11:17:17 -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.