From 6097699a0091bf8b08e95fa6ea0f97fa0c6037ef Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Mon, 20 Feb 2023 16:20:27 +0800 Subject: [PATCH] add terraform-aws config --- oci/iac-runner/terraform-aws/.terraformrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 oci/iac-runner/terraform-aws/.terraformrc 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/" + } +}