diff --git a/oci/iac-runner/terraform-aws/.terraformrc b/oci/iac-runner/terraform-aws/.terraformrc new file mode 100644 index 0000000..5b4ad51 --- /dev/null +++ b/oci/iac-runner/terraform-aws/.terraformrc @@ -0,0 +1,7 @@ +disable_checkpoint = true +disable_checkpoint_signature = true +provider_installation { + filesystem_mirror { + path = "/data/terraform/" + } +}