Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
rpcapi
/
testdata
/
sourcebundle
/
import
/
import.tf
blob: 6e506878627a3773e52d36ee6d239f4f957c7f13 [
file
]
terraform
{
required_providers
{
testing
=
{
source
=
"hashicorp/testing"
version
=
"0.1.0"
}
}
}
variable
"id"
{
type
=
string
}
import
{
id
=
var
.
id
to
=
testing_resource
.
resource
}
resource
"testing_resource"
"resource"
{}