terraform/website
Martin Atkins 0a9959cbe4 website: References to Resource Attributes
Since references to attributes of resources are by far the most common
reference type, and the mapping of resource type config to the attributes
is not always obvious, here we give some real examples of patterns for
accessing different configuration constructs within resource blocks along
with the resource type's exported attributes.

Since we don't have any real examples of labelled nested blocks yet (the
current SDK doesn't support them) I've included a hypothetical example for
now just to establish the patterns around them in preparation for
beginning to introduce them as we roll out this feature in the SDK.
2019-03-11 08:23:13 -07:00
..
docs website: References to Resource Attributes 2019-03-11 08:23:13 -07:00
guides website: Reorganize nav sidebars to improve jumps between sections 2019-01-31 16:18:23 -08:00
intro website: add missing article 2018-11-11 23:15:11 +02:00
layouts fix `Publishing Modules` link of website documentation. 2019-03-11 08:20:35 -07:00
upgrade-guides Mildwonkey/012 docs updated (#20542) 2019-03-01 12:30:51 -08: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.