You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the mixin, terraform is installed from the official https://releases.hashicorp... URL. In an air gapped environment, a user would want to install it from another source. Some possible suggestions to a solution:
Make it configurable from which root to install terraform, assuming the path structure is the same as the on at hashicorp's release store.
Make it configurable from which exact place to get the binary. The version of terraform provided as the mixin setting would be void at this point.
Simply make it possible to disable the installation and let the user do that on their own in the dockerfile. The mixin could provide an ENV var in the dockerfile to make it possible to still use the version information provided in the mixin settings.
The text was updated successfully, but these errors were encountered:
When using the mixin,
terraform
is installed from the officialhttps://releases.hashicorp...
URL. In an air gapped environment, a user would want to install it from another source. Some possible suggestions to a solution:terraform
provided as the mixin setting would be void at this point.ENV
var in the dockerfile to make it possible to still use the version information provided in the mixin settings.The text was updated successfully, but these errors were encountered: