Canonical way to make terraform use only local plugins – Docker
As far as I can see there are three ways to make Terraform use prepopulated plugins (to prevent downloads from web on init command). terraform provider mirror command + provider_installation in .terraformrc (or terraform.rc) terraform init -plugin-dir command warming up…