Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
import-provider-implicit
/
main.tf
blob: 02ffc5bc7753e94c01f6af80c13781dbeed562b0 [
file
] [
log
] [
blame
]
# Declaring this resource implies that we depend on the
# "test" provider, making it available for import.
resource
"test_instance"
"foo"
{
}