Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
import-provider-var-file
/
main.tf
blob: c63b4c063b463a898833f4d210afd0a99b7ed1b4 [
file
] [
log
] [
blame
]
variable
"foo"
{}
provider
"test"
{
foo
=
"${var.foo}"
}
resource
"test_instance"
"foo"
{
}