mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 10:00:44 -05:00
8 lines
122 B
HCL
8 lines
122 B
HCL
terraform {
|
|
required_providers {
|
|
nonexist = {
|
|
source = "registry.opentofu.org/hashicorp/nonexist"
|
|
}
|
|
}
|
|
}
|