Files
opentf/lang
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
..
2019-08-02 16:15:18 -04:00
2019-08-20 04:50:01 -04:00
2019-07-22 10:51:16 -04:00
2019-07-22 10:51:16 -04:00
2019-07-22 10:51:16 -04:00
2019-07-22 10:51:16 -04:00
2019-08-20 04:50:01 -04:00