Files
James Bardin c2e0d265cf LoadModule now always returns the module
We don't need to load the configuration twice, since configload can
return the module for us.
2021-09-28 17:58:40 -04:00

18 lines
166 B
HCL

terraform {
required_version = ">200.0.0"
bad {
block = "false"
}
required_providers {
bang = {
oops = "boom"
}
}
}
nope {
boom {}
}