github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/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 }