Fix terraformrc to only load terraform.homebrew providers from filesystem

This commit is contained in:
Jeremy Dormitzer 2021-01-29 09:45:35 -05:00
parent d34ab13968
commit 4928f304c6

View File

@ -1,5 +1,9 @@
provider_installation {
filesystem_mirror {
path = "/usr/local/etc/terraform/providers"
include = ["terraform.homebrew/*/*"]
}
direct {
include = ["*/*"]
}
}