terraform/terraform/test-fixtures/plan-module-provider-inheri...
Martin Atkins b33a970b62 core: fix test fixtures for HCL2 syntax idiom
A number of our test fixtures were previously using the non-idiomatic form
of including a single child attribute all on one line with the block
header and bounding braces.

This non-idiomatic form is an error in HCL2, and hclfmt has always "fixed"
it to the expected form of each attribute being on a line of its own, and
so here we just update all the affected test fixtures to canonical form
(using hclfmt), allowing them to be parsed as intended.

Since the these entire files were processed with hclfmt, there are some
other unrelated style changes included in situations where the file
layouts were non-idiomatic in other ways.
2018-10-16 18:46:46 -07:00
..
A core: fix test fixtures for HCL2 syntax idiom 2018-10-16 18:46:46 -07:00
B core: fix test fixtures for HCL2 syntax idiom 2018-10-16 18:46:46 -07:00
C terraform: test case for #11282 2017-01-24 12:56:13 -08:00
main.tf terraform: test case for #11282 2017-01-24 12:56:13 -08:00