diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 128a877..098c41a 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: ${{ github.workspace }} + CONFIG_DIRECTORY: ${{ github.workspace }}/aws_environment TF_VAR_public_ip: "${{ secrets.PUBLIC_IP }}" jobs: