From 828bb10a9a38c744a9fe730de66229179fafeffd Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:05:23 +0100 Subject: [PATCH] comment out `cache_plugins` temp Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> --- .github/workflows/tf_sample.yaml | 2 +- sample/instance/providers.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tf_sample.yaml b/.github/workflows/tf_sample.yaml index 8e7d0375..52a17f96 100644 --- a/.github/workflows/tf_sample.yaml +++ b/.github/workflows/tf_sample.yaml @@ -63,5 +63,5 @@ jobs: arg_workspace: ${{ matrix.env }} arg_detailed_exitcode: true arg_or_create: true - cache_plugins: true + # cache_plugins: true encrypt_passphrase: ${{ secrets.TF_ENCRYPTION }} diff --git a/sample/instance/providers.tf b/sample/instance/providers.tf index 520a2adb..89fd2f25 100644 --- a/sample/instance/providers.tf +++ b/sample/instance/providers.tf @@ -1,5 +1,5 @@ terraform { - required_version = "~> 1.0" + required_version = "~> 1.8.0" backend "s3" { bucket = "tmp-workflow-tfstates"