terraform/website
Arthur Burkart d4716a69e1
lang/funcs: "anytrue" function
This is an analog to the "alltrue" function, using OR as the reduce
operator rather than AND.

This also includes some simplification of the "alltrue" implementation
to implement it similarly as a sort of reduce operation with AND
as the reduce operator, but with the same effective behavior.
2020-10-23 13:52:48 -07:00
..
docs lang/funcs: "anytrue" function 2020-10-23 13:52:48 -07:00
guides Fixed a typo 2020-10-04 22:11:45 +09:00
intro website: Update all Learn crosslinks (#26442) 2020-10-02 11:02:59 -07:00
layouts lang/funcs: "anytrue" function 2020-10-23 13:52:48 -07:00
upgrade-guides Add note to upgrade guide about provider sensitivity (#26643) 2020-10-20 13:13:51 -04: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.