opentofu/website
Martin Atkins 533cbf4c3f
website: Update "Local Values" docs to use v0.12 syntax in example
There was some leftover v0.11-style interpolation syntax here.

We prefer to use a "naked" expression in situations like this where the result
isn't a string, because interpolations returning non-strings is a common source
of confusion for new users.
2019-04-18 09:03:34 -07:00
..
docs website: Update "Local Values" docs to use v0.12 syntax in example 2019-04-18 09:03:34 -07:00
guides website: Reorganize nav sidebars to improve jumps between sections 2019-01-31 16:18:23 -08:00
intro website: adding examples of complex variables on the command line (#20871) 2019-04-01 07:51:17 -04:00
layouts website: null_resource isn't a type of provisioner 2019-04-15 14:11:02 -07:00
upgrade-guides website: v0.12 upgrade guide about list variables and brackets 2019-04-17 11:16:16 -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

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.