From 68a01361fe41d2ac9d5f9c4f2eee9246a764c632 Mon Sep 17 00:00:00 2001 From: leonr6 Date: Mon, 2 Dec 2024 10:45:39 +0100 Subject: [PATCH] refactor(terraform): rename version --- .github/workflows/aws-infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-infrastructure.yml b/.github/workflows/aws-infrastructure.yml index 122b608..b487e42 100644 --- a/.github/workflows/aws-infrastructure.yml +++ b/.github/workflows/aws-infrastructure.yml @@ -33,7 +33,7 @@ jobs: uses: aws-actions/amazon-ecr-login@v2 - name: Setup Terraform CLI - uses: hashicorp/setup-terraform@v2.0.2 + uses: hashicorp/setup-terraform@v1.9.2 - name: Terraform plan and apply id: terraform-apply