fix directory

This commit is contained in:
Jun-te Kim 2026-02-03 08:08:35 +00:00
parent d686f3dad6
commit 558932aaa8

View file

@ -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