mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
We don't need to load the configuration twice, since configload can return the module for us.
18 lines
166 B
HCL
18 lines
166 B
HCL
terraform {
|
|
required_version = ">200.0.0"
|
|
|
|
bad {
|
|
block = "false"
|
|
}
|
|
|
|
required_providers {
|
|
bang = {
|
|
oops = "boom"
|
|
}
|
|
}
|
|
}
|
|
|
|
nope {
|
|
boom {}
|
|
}
|