mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
18 lines
166 B
Terraform
18 lines
166 B
Terraform
|
|
terraform {
|
||
|
|
required_version = ">200.0.0"
|
||
|
|
|
||
|
|
bad {
|
||
|
|
block = "false"
|
||
|
|
}
|
||
|
|
|
||
|
|
required_providers {
|
||
|
|
bang = {
|
||
|
|
oops = "boom"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
nope {
|
||
|
|
boom {}
|
||
|
|
}
|