As a solution for deployment from isolated network Terraform suggests providers mirror
command accompanied by provider_installation in .terraformrc (or terraform.rc) configuration file.
How can I configure provider-installation with Terraspace?
So since Terraspace simply calls out to terraform
, you should probably just use the .terraformrc
file and config/terraform/provider.tf with the provider_installation config you wish to use.
There’s no concept of a .terraspacerc
yet. If there was one, it would probably set configurations specific to terraspace instead of terraform, since .terraformrc
is there. At least, thinking that’s how that would work. Hope that helps.
1 Like