terraform/website
Brian Flad af7f6ef441
lang/funcs: Update fileset() function to include path as separate first argument, automatically trim the path argument from results, and ensure results are always canonical with forward slash path separators
Reference: https://github.com/hashicorp/terraform/pull/22523#pullrequestreview-279694703

These changes center around better function usability and consistency with other functions. The function has not yet been released, so these breaking changes can be applied safely.
2019-08-30 20:19:44 -04:00
..
docs lang/funcs: Update fileset() function to include path as separate first argument, automatically trim the path argument from results, and ensure results are always canonical with forward slash path separators 2019-08-30 20:19:44 -04:00
guides website: Update URLs and name references for Terraform Cloud rebrand 2019-08-16 15:55:29 -07:00
intro website: Update URLs and name references for Terraform Cloud rebrand 2019-08-16 15:55:29 -07:00
layouts Mildwonkey/docs updates (#22623) 2019-08-28 15:34:22 -04:00
upgrade-guides website: Update URLs and name references for Terraform Cloud rebrand 2019-08-16 15:55:29 -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.