terraform/website/layouts
Brian Flad d48d9ed766
lang/funcs: Add fileset function
Reference: https://github.com/hashicorp/terraform/issues/16697

Enumerates a set of regular file names from a given glob pattern. Implemented via the Go stdlib `path/filepath.Glob()` functionality. Notably, stdlib does not support `**` or `{}` extended patterns. See also: https://github.com/golang/go/issues/11862

To support the extended glob patterns, it will require adding a dependency on a third party library or adding our own matching code.
2019-08-20 04:50:01 -04:00
..
backend-types.erb missing link to OSS backend 2019-06-13 18:00:38 -04:00
commands-providers.erb website: move docs/index.html to docs/cli-index.html 2019-03-15 13:00:58 +00:00
commands-state.erb website: move docs/index.html to docs/cli-index.html 2019-03-15 13:00:58 +00:00
commands-workspace.erb website: Add `workspace show` command to sidebar nav (#20800) 2019-03-22 15:06:53 -07:00
docs.erb website: add puppet provisioner to the sidebar (#21821) 2019-06-20 09:02:23 -04:00
downloads.erb website: Use a middleman partial for "other docs" list instead of hardcoding it 2019-03-14 10:38:07 +00:00
functions.erb lang/funcs: Add fileset function 2019-08-20 04:50:01 -04:00
guides.erb website: Update URLs and name references for Terraform Cloud rebrand 2019-08-16 15:55:29 -07:00
intro.erb website: Use a middleman partial for "other docs" list instead of hardcoding it 2019-03-14 10:38:07 +00:00
registry.erb website: Use a middleman partial for "other docs" list instead of hardcoding it 2019-03-14 10:38:07 +00:00
terraform.erb provider/terraform: reorganize for merge into core 2017-11-02 10:46:31 -07:00