LoadModule now always returns the module

We don't need to load the configuration twice, since configload can
return the module for us.
This commit is contained in:
James Bardin
2021-09-28 13:06:22 -04:00
parent a53faf43f6
commit c2e0d265cf
4 changed files with 69 additions and 41 deletions

View File

@@ -0,0 +1,17 @@
terraform {
required_version = ">200.0.0"
bad {
block = "false"
}
required_providers {
bang = {
oops = "boom"
}
}
}
nope {
boom {}
}