terraform/lang
Martin Atkins 87786484ea lang/eval: Apply attr-as-nested-block fixup in EvalBlock
For any block content we evaluate dynamically via this API, we'll make a
special allowance for users to optionally write members of a list
attribute instead as a sequence of nested blocks, thus allowing some
existing provider features that were assuming this capability to continue
to support it after v0.12.

This should not be used for any new provider features, and should ideally
be eventually phased out so that there aren't two
similar-but-slightly-different syntaxes for saying the same thing.
2019-03-28 10:41:01 -07:00
..
blocktoattr lang/blocktoattr: Selectively allow block syntax to be used for attributes 2019-03-28 10:41:01 -07:00
funcs lang/funcs: Port the "reverse" function from the old functions set 2019-03-19 17:32:19 -07:00
data.go core: Static-validate resource references against schemas 2018-11-26 08:25:03 -08:00
data_test.go core: Static-validate resource references against schemas 2018-11-26 08:25:03 -08:00
doc.go
eval.go lang/eval: Apply attr-as-nested-block fixup in EvalBlock 2019-03-28 10:41:01 -07:00
eval_test.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -07:00
functions.go lang/funcs: Port the "reverse" function from the old functions set 2019-03-19 17:32:19 -07:00
references.go lang: Consider "dynamic" blocks when resolving references 2019-03-19 10:04:45 -07:00
scope.go terraform: ugly huge change to weave in new HCL2-oriented types 2018-10-16 18:46:46 -07:00