From 558932aaa8a5ac8e70a3b8e86f284f7b3c3b2d53 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 08:08:35 +0000 Subject: [PATCH] fix directory --- .github/workflows/deploy_terraform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 28561661..23cc4d71 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -23,17 +23,17 @@ jobs: uses: hashicorp/setup-terraform@v3 - name: Terraform Init - working-directory: ./infrastructure/terraform/shared + working-directory: ./infrastructure/terraform/shared/ shell: bash run: terraform init -reconfigure - name: Terraform Workspace - working-directory: ./infrastructure/terraform/shared + working-directory: ./infrastructure/terraform/shared/ shell: bash run: terraform workspace select dev || terraform workspace new dev - name: Terraform Plan (shared) - working-directory: ./infrastructure/terraform/shared + working-directory: ./infrastructure/terraform/shared/ shell: bash run: terraform plan -var-file=dev.tfvars -out=tfplan