Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
test
/
parallel-errors
/
main.tf
blob: 75276419c4c5d61c7165b68c8ac9fd6e3f676f5a [
file
] [
log
] [
blame
]
variable
"input"
{
type
=
string
}
resource
"test_resource"
"foo"
{
value
=
var
.
input
}
output
"value"
{
value
=
test_resource
.
foo
.
value
}