re-enable depend_on test

This commit is contained in:
James Bardin 2020-05-28 21:35:05 -04:00
parent 10e8529471
commit b860b40127
1 changed files with 0 additions and 3 deletions

View File

@ -11188,9 +11188,6 @@ output "c" {
}
func TestContext2Apply_moduleExpandDependsOn(t *testing.T) {
// enable once merged with module depends_on
return
m := testModuleInline(t, map[string]string{
"main.tf": `
module "child" {