mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Previously we were incorrectly using the Include configuration for both the include and exclude list, making the include portion totally ineffective.
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
provider_installation {
|
|
filesystem_mirror {
|
|
path = "./fs-mirror"
|
|
}
|
|
direct {
|
|
exclude = ["example.com/*/*"]
|
|
}
|
|
}
|