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
terraform init will, by default, attempt to query provider packages from registry.terraform.io.
It would be useful for airgapped systems to have a native way to use local mirrors. Right now, this is possible with a workaround by adding a .terraformrc & local tf_cache to the repo. However, this does go against recommended best practices.
ISSUE TYPE
Feature Idea
COMPONENT NAME
offline provider packages
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered:
pfeifferj
changed the title
support offline mirrors
support offline provider package mirrors
Apr 18, 2023
SUMMARY
terraform init
will, by default, attempt to query provider packages fromregistry.terraform.io
.It would be useful for airgapped systems to have a native way to use local mirrors. Right now, this is possible with a workaround by adding a .terraformrc & local tf_cache to the repo. However, this does go against recommended best practices.
ISSUE TYPE
COMPONENT NAME
offline provider packages
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: