github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/repl/testdata/config-fixture/repl_test.tf (about)

     1  
     2  # This configuration is just here to allow the tests in session_test to
     3  # evaluate expressions without getting errors about things not being declared.
     4  # Therefore it's intended to just be the minimum config to make those
     5  # expressions work against the equally-minimal mock provider.
     6  resource "test_instance" "foo" {
     7  }
     8  
     9  module "module" {
    10    source = "./child"
    11  }