Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
backend
/
local
/
testdata
/
refresh-var-unset
/
main.tf
blob: 8e6b73d0da15c0b48857866e8dfec56617d09620 [
file
] [
log
] [
blame
]
variable
"should_ask"
{}
provider
"test"
{
value
=
var
.
should_ask
}
resource
"test_instance"
"foo"
{
foo
=
"bar"
}