Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
stacks
/
stackruntime
/
testdata
/
mainbundle
/
test
/
plan-undeclared-variable-in-component
/
with-single-input.tf
blob: e3de4867e63c5db0fbf9b526d307616c2ba8e148 [
file
] [
log
] [
blame
]
terraform
{
required_providers
{
terraform
=
{
source
=
"terraform.io/builtin/terraform"
}
}
}
variable
"input"
{
type
=
string
}
resource
"terraform_data"
"main"
{
input
=
var
.
input
}
output
"output"
{
value
=
terraform_data
.
main
.
output
}