This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ecd030eb26
terraform
/
command
/
testdata
/
import-module-input-variable
/
main.tf
9 lines
95 B
HCL
Raw
Blame
History
variable
"foo"
{
default
=
{}
}
module
"child"
{
source
=
"./child"
foo
=
var
.
foo
}
Reference in New Issue
View Git Blame
Copy Permalink