Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
test-passes
/
test-passes.tf
blob: d618fb9d8541db26f805fb3959c1646b0e2e9989 [
file
] [
log
] [
blame
]
variable
"input"
{
type
=
string
}
output
"foo"
{
value
=
"foo value ${var.input}"
}