github.com/opentofu/opentofu@v1.7.1/internal/tofu/testdata/import-id-invalid-unknown/main.tf (about) 1 resource "test_resource" "foo" { 2 3 } 4 5 import { 6 to = test_resource.bar 7 id = test_resource.foo.id 8 } 9 10 resource "test_resource" "bar" { 11 12 }