github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/missing-provider-in-test-module/main.tf (about)

     1  resource "test_resource" "primary" {
     2    value = "foo"
     3  }