Terraform plan without internet

I’m trying to run terraform in an env with NO access to public domain, using local “aws” provider plugin and getting following error:

**18:25:31** 2020-10-16T23:25:31.438Z [DEBUG] plugin: waiting for RPC address: path=/home/jenkins/.terraform.d/plugins/linux_amd64/terraform-provider-aws_v2.17.0_x4 **18:25:31** 2020-10-16T23:25:31.438Z [DEBUG] plugin: plugin process exited: path=/home/jenkins/.terraform.d/plugins/linux_amd64/terraform-provider-aws_v2.17.0_x4 **18:25:31** 2020/10/16 23:25:31 [ERROR] root: eval: *terraform.EvalInitProvider, err: plugin exited before we could connect **18:25:31** 2020/10/16 23:25:31 [ERROR] root: eval: *terraform.EvalSequence, err: plugin exited before we could connect

Anyone got any idea? TIA.