From 91fd24aae5f5edddd91773b2a8d17bb01443c9f6 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 6 Dec 2025 17:22:04 +0000 Subject: [PATCH] terraform plan --- .github/workflows/terraform-plan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 066d18a..128a877 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -7,7 +7,7 @@ env: TF_CLOUD_ORGANIZATION: "MealCraft" TF_API_TOKEN: "${{ secrets.TF_API_TOKEN }}" TF_WORKSPACE: "production" - CONFIG_DIRECTORY: "./" + CONFIG_DIRECTORY: ${{ github.workspace }} TF_VAR_public_ip: "${{ secrets.PUBLIC_IP }}" jobs: