diff --git a/.github/workflows/reporting.yml b/.github/workflows/reporting.yml index 5d0ac17..eeafc15 100644 --- a/.github/workflows/reporting.yml +++ b/.github/workflows/reporting.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: hashicorp/setup-terraform@v3 - run: | - cd infra + cd aws terraform init terraform plan terraform apply -auto-approve \ No newline at end of file