github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/pass_module_with_no_resource/main.tf (about) 1 module "first" { 2 source = "./first" 3 } 4 5 resource "test_resource" "resource" {}