terraform/website
Gorka Lerchundi Osa a303817e03 config: base64gzip interpolation function
Since Terraform's internals are not 8-bit clean (it assumes UTF-8
strings), we can't implement raw gzip directly. We're going to add
support where it makes sense for passing data to attributes as
base64 so that the result of this function can be used.
2017-08-22 10:44:55 -07:00
..
docs config: base64gzip interpolation function 2017-08-22 10:44:55 -07:00
guides Guides: remove the provider development program for now 2017-08-10 10:10:57 -05:00
intro Update our documentation to push "Getting Started" better (#15866) 2017-08-21 15:44:27 -05:00
layouts website: documentation for local values 2017-08-21 15:15:25 -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.