terraform/lang/blocktoattr
James Bardin 6e222375c7 invlaid use of dynamic with attrs should not panic
Mistakenly using dynamic on an attribute will lead to a panic when
attempting to resolve variable references with a partial body, because
the dynamic blocks have yet to be expanded and validated. Check that the
block element type is actually an object before generating a schema.
2019-07-22 17:16:18 -04:00
..
doc.go lang/blocktoattr: Selectively allow block syntax to be used for attributes 2019-03-28 10:41:01 -07:00
fixup.go lang/blocktoattr: Apply fixup within already-fixed-up blocks too 2019-04-05 14:22:41 -07:00
fixup_test.go allow empty dynamic blocks with ConfigModeAttr 2019-05-31 16:31:24 -05:00
schema.go allow empty dynamic blocks with ConfigModeAttr 2019-05-31 16:31:24 -05:00
variables.go invlaid use of dynamic with attrs should not panic 2019-07-22 17:16:18 -04:00
variables_test.go invlaid use of dynamic with attrs should not panic 2019-07-22 17:16:18 -04:00