From ef2b7df0d31612b2f068ee8797ef4ea381289ca3 Mon Sep 17 00:00:00 2001 From: djnovin Date: Mon, 13 Jan 2025 23:16:36 +1100 Subject: [PATCH] hotfix: Resolve terraform init --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1138964..b9bb1c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,12 +35,12 @@ jobs: run: terraform fmt -check continue-on-error: true - - name: Terraform Validate - run: terraform validate - - name: Initialize Terraform run: terraform init + - name: Terraform Validate + run: terraform validate + - name: Terraform Plan id: plan run: terraform plan -no-color -out=tfplan