⚙️Custom Terraform CLI Builds
Terrakube will support terraform cli custom builds or custom cli mirrors, the only requirement is to expose an endpoint with the following structure:
Support is available from version 2.12.0
Example Endpoint:
https://eov1ys4sxa1bfy9.m.pipedream.net/
This is usefull when you have some network restrictions that does not allow to get the information from https://releases.hashicorp.com/terraform/index.json in your private kuberentes cluster.
To support custom terrafom cli releases when using the helm chart us the following:
Last updated