From 7414d97f0d8603a52029a3f60935056002773b29 Mon Sep 17 00:00:00 2001 From: talithafrsc Date: Thu, 24 Oct 2024 17:49:47 +0700 Subject: [PATCH] fix workspace location --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdaf5be43..f42a8dd78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: run: echo "${{ secrets.GCP_JSON }}" | base64 -d > output_file.txt - run: gcloud auth activate-service-account --key-file output_file.txt - name: Initiate Terraform - run: terraform init + run: cd terraform + - run: terraform init - name: Dry run Terraform run: terraform plan \ No newline at end of file