diff --git a/terraform/.terraformrc b/terraform/.terraformrc index b637220..f449297 100644 --- a/terraform/.terraformrc +++ b/terraform/.terraformrc @@ -1,5 +1,9 @@ provider_installation { filesystem_mirror { path = "/usr/local/etc/terraform/providers" + include = ["terraform.homebrew/*/*"] + } + direct { + include = ["*/*"] } } \ No newline at end of file