Fix terraformrc to only load terraform.homebrew providers from filesystem
This commit is contained in:
parent
d34ab13968
commit
4928f304c6
@ -1,5 +1,9 @@
|
|||||||
provider_installation {
|
provider_installation {
|
||||||
filesystem_mirror {
|
filesystem_mirror {
|
||||||
path = "/usr/local/etc/terraform/providers"
|
path = "/usr/local/etc/terraform/providers"
|
||||||
|
include = ["terraform.homebrew/*/*"]
|
||||||
|
}
|
||||||
|
direct {
|
||||||
|
include = ["*/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user