github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/invalid-files/resource-invalid-provider-reference.tf (about)

     1  resource "test_resource" "t" {
     2    provider = my_test
     3  }