terraform/website
Martin Atkins da51e72cbb lang/functions: set functions from cty
The sethaselement, setintersection, and setunion functions are defined in
the cty stdlib. Making them available in Terraform will make it easier to
work with sets, and complement the currently-Terraform-specific setproduct
function.

In the long run setproduct should probably move into the cty stdlib too,
but since it was submitted as a Terraform function originally we'll leave
it here now for simplicity's sake and reorganize later.
2019-01-16 09:57:16 -08:00
..
docs lang/functions: set functions from cty 2019-01-16 09:57:16 -08:00
guides website: Finish moving "writing custom providers" to /docs/extend/ 2019-01-11 16:36:40 -08:00
intro website: add missing article 2018-11-11 23:15:11 +02:00
layouts lang/functions: set functions from cty 2019-01-16 09:57:16 -08:00
upgrade-guides remove approximate release date 2018-12-05 12:19:08 -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.