Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
graph-interesting
/
child
/
graph-interesting-child.tf
blob: 31f2b15f075ee3ddc02a38d61fd6491f5a6dfe16 [
file
] [
log
] [
blame
]
variable
"in"
{
type
=
string
}
resource
"foo"
"bleep"
{
arg
=
var
.
in
}
output
"out"
{
value
=
foo
.
bleep
.
arg
}