github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/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  }