This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
opentofu
Watch
3
Star
0
Fork
0
You've already forked opentofu
mirror of
https://github.com/opentofu/opentofu.git
synced
2024-12-29 10:21:01 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b9f2fafc8
opentofu
/
terraform
/
testdata
/
apply-output-orphan
/
main.tf
4 lines
33 B
Terraform
Raw
Normal View
History
Unescape
Escape
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-05-04 22:26:07 -05:00
output
"
foo
"
{
value
=
"
bar
"
}
Reference in New Issue
Copy Permalink