15 lines
360 B
Text
15 lines
360 B
Text
provider_installation {
|
|
filesystem_mirror {
|
|
path = "./providers"
|
|
include = [
|
|
"registry.terraform.io/guardianproject/*",
|
|
"registry.opentofu.org/guardianproject/*"
|
|
]
|
|
}
|
|
direct {
|
|
exclude = [
|
|
"registry.terraform.io/guardianproject/*",
|
|
"registry.opentofu.org/guardianproject/*"
|
|
]
|
|
}
|
|
}
|