Sign in
third-party-mirror
/
terraform
/
62aae6ce5212217e3b2a26b2d20a45e9cab48929
/
.
/
v1.2.3
/
internal
/
command
/
testdata
/
import-provider-remote-state
/
main.tf
blob: 23ebfb4c62b5c268dcfa3512994a9e8e1dc70831 [
file
]
terraform
{
backend
"local"
{
path
=
"imported.tfstate"
}
}
provider
"test"
{
foo
=
"bar"
}
resource
"test_instance"
"foo"
{
}