Files
opentf/lang/funcs
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
..
2018-10-16 18:49:20 -07:00
2018-10-16 18:49:20 -07:00
2018-10-16 18:49:20 -07:00
2019-08-20 04:50:01 -04:00
2018-10-16 18:49:20 -07:00
2018-10-16 18:49:20 -07:00
2018-10-16 18:49:20 -07:00