terraform/lang
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
..
blocktoattr invlaid use of dynamic with attrs should not panic 2019-07-22 17:16:18 -04:00
funcs lang/funcs: lookup() can work with maps of lists, maps and objects (#22269) 2019-08-01 15:52:52 -04:00
testdata/functions-test lang/funcs: add acc tests for functions (#21112) 2019-04-29 13:11:28 -04:00
data.go Resource for_each 2019-07-22 10:51:16 -04:00
data_test.go Resource for_each 2019-07-22 10:51:16 -04:00
doc.go lang: new package for the runtime parts of the config language 2018-10-16 18:44:26 -07:00
eval.go Resource for_each 2019-07-22 10:51:16 -04:00
eval_test.go Resource for_each 2019-07-22 10:51:16 -04:00
functions.go lang: "regex" and "regexall" functions 2019-08-06 11:52:14 -07:00
functions_test.go lang: "regex" and "regexall" functions 2019-08-06 11:52:14 -07:00
references.go lang: Detect references when a list/set attr is defined using blocks 2019-03-28 10:41:01 -07:00
scope.go terraform: ugly huge change to weave in new HCL2-oriented types 2018-10-16 18:46:46 -07:00