Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
stacks
/
stackruntime
/
testdata
/
mainbundle
/
test
/
component-input-output
/
component-input-output.tfcomponent.hcl
blob: 13964678163fb30b52d26fa2ad9056925b8fe2f3 [
file
] [
log
] [
blame
]
variable
"value"
{
type
=
string
}
output
"value"
{
type
=
string
value
=
var
.
value
}