From 48966e5fb800cc267ec0c43600586836067035c8 Mon Sep 17 00:00:00 2001 From: Henrik Simonsen Knutsen <46495473+hknutsen@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:52:08 +0100 Subject: [PATCH] chore(terraform): remove redundant comment (#620) --- .github/workflows/terraform.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 0125e596..db8faa9d 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -126,9 +126,8 @@ jobs: # If the wrapper is enabled, the debug logs will be visible in the job summary. # The wrapper must be disabled to prevent this. - # Enable Terraform plugin cache. # https://developer.hashicorp.com/terraform/cli/config/config-file#provider-plugin-cache - - name: Create Terraform plugin cache + - name: Enable Terraform plugin cache id: mkdir run: | plugin_cache_dir=""