1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 09:47:02 +01:00
Files
installer/data/data/terraform.rc
staebler 6a89a46f3c terraform: allow for downloading remote providers individually
This will download remote terraform providers individually. The remote terraform
providers are the providers that can be used as-is from a public registry.

This will also grab the terraform binary to embed in the installer from the
same terraform image used to download the terraform providers.

Use the latest version available for all of the remote providers.
2022-02-21 10:30:58 -05:00

11 lines
140 B
Plaintext

provider_installation {
filesystem_mirror {
path = "plugins"
include = ["*/*/*"]
}
direct {
exclude = ["*/*/*"]
}
}