diff --git a/.github/workflows/deploy-terraform.yml b/.github/workflows/deploy-terraform.yml index 1fa03fe..8240583 100644 --- a/.github/workflows/deploy-terraform.yml +++ b/.github/workflows/deploy-terraform.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v1 with: - terraform_version: 1.9.5 + terraform_version: 1.9.4 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 @@ -56,7 +56,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v1 with: - terraform_version: 1.9.5 + terraform_version: 1.9.4 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4