diff --git a/.gitea/workflows/infrastructure.yaml b/.gitea/workflows/infrastructure.yaml index dbec793..c7fcc68 100644 --- a/.gitea/workflows/infrastructure.yaml +++ b/.gitea/workflows/infrastructure.yaml @@ -35,7 +35,7 @@ jobs: - name: Terraform plan run: | - terraform plan -no-color -input=false + terraform -chdir=/infrastructure plan -no-color -input=false - name: Terraform apply run: |