terraform/website
Martin Atkins 48d940323e website: Beginnings of "Functions" configuration section
Previously we just listed out all of the functions in alphabetical order
inside the "Interpolation Syntax" page, but that format doesn't leave much
room for details and usage examples.

Now we give each function its own page, and categorize them for easier
navigation. While many functions are very simple and don't really warrant
a full page, certain functions do have additional details that are worth
mentioning and this structure scales better for those more complicated
functions.

So far this includes only the numeric and string functions. Other
categories will follow in subsequent commits.
2018-10-16 18:47:33 -07:00
..
docs website: Beginnings of "Functions" configuration section 2018-10-16 18:47:33 -07:00
guides website: Reconcile docs about plugin discovery and downloading (#18973) 2018-10-02 16:53:29 -07:00
intro website: Simplify the Getting Started consul module example 2018-06-28 18:10:55 -07:00
layouts website: Beginnings of "Functions" configuration section 2018-10-16 18:47:33 -07: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.