github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-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 }