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
2025-01-11 16:42:33 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c57e634bc4
opentofu
/
internal
/
tofu
/
testdata
/
plan-module-var
/
main.tf
8 lines
105 B
Terraform
Raw
Normal View
History
Unescape
Escape
terraform: outputs should be properly calculated for modules now
2014-09-23 17:46:20 -05:00
module
"
child
"
{
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
source
=
"
./child
"
terraform: outputs should be properly calculated for modules now
2014-09-23 17:46:20 -05:00
}
resource
"
aws_instance
"
"
bar
"
{
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
foo
=
"
${
module
.
child
.
num
}
"
terraform: outputs should be properly calculated for modules now
2014-09-23 17:46:20 -05:00
}
Reference in New Issue
Copy Permalink