You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/repl/testdata/config-fixture/repl_test.tf

12 lines
361 B

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