mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 09:47:02 +01:00
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.
11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
provider_installation {
|
|
filesystem_mirror {
|
|
path = "plugins"
|
|
include = ["*/*/*"]
|
|
}
|
|
direct {
|
|
exclude = ["*/*/*"]
|
|
}
|
|
}
|
|
|