Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
stacks
/
stackruntime
/
testdata
/
mainbundle
/
test
/
plan-undeclared-variable-in-component
/
undeclared-variable.tfstack.hcl
blob: c039268e82ecdc661ab4abfc3396b6dad351e809 [
file
] [
log
] [
blame
]
required_providers
{
terraform
=
{
source
=
"terraform.io/builtin/terraform"
}
}
provider
"terraform"
"default"
{}
component
"self"
{
source
=
"./"
providers
=
{
terraform
=
provider
.
terraform
.
default
}
inputs
=
{
input
=
var
.
input
}
}