dotfiles/terraform/.terraformrc

9 lines
180 B
Plaintext
Raw Normal View History

2021-01-09 20:15:02 +00:00
provider_installation {
filesystem_mirror {
path = "/usr/local/etc/terraform/providers"
include = ["terraform.homebrew/*/*"]
}
direct {
include = ["*/*"]
2021-01-09 20:15:02 +00:00
}
}