terraform/website
Martin Atkins 135afaeb9c lang: "regex" and "regexall" functions
These existing upstream cty functions allow matching strings against
regular expression patterns, which can be useful if you need to consume
a non-standard string format that Terraform doesn't (and can't) have a
built-in function for.
2019-08-06 11:52:14 -07:00
..
docs lang: "regex" and "regexall" functions 2019-08-06 11:52:14 -07:00
guides Add to section 3 2019-05-01 15:16:25 -07:00
intro Merge pull request #19166 from manojlds/patch-1 2019-07-24 08:51:52 +01:00
layouts lang: "regex" and "regexall" functions 2019-08-06 11:52:14 -07:00
upgrade-guides Update to equality vs comparison 2019-07-30 10:51:14 -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.