Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
test
/
parallel
/
setup
/
main.tf
blob: ada34cf2db1338887017ac944ad10aba653a30ae [
file
] [
log
] [
blame
]
variable
"input"
{
type
=
string
}
resource
"test_resource"
"foo"
{
value
=
var
.
input
}
output
"value"
{
value
=
test_resource
.
foo
.
value
}