9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
provider_installation {
|
|
filesystem_mirror {
|
|
path = "/usr/local/etc/terraform/providers"
|
|
include = ["terraform.homebrew/*/*"]
|
|
}
|
|
direct {
|
|
include = ["*/*"]
|
|
}
|
|
} |