Skip to content

Commit

Permalink
changing in which directory terraform runs
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Oct 5, 2023
1 parent 59dcd31 commit d50384f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
- name: install terraform
uses: hashicorp/setup-terraform@v2
- name: changing directory
run: cd infra
- name: terraform init
run: terraform init
working-directory: infra
- name: terraform plan
run: terraform plan
working-directory: infra
- name: terraform apply
run: terraform apply -auto-approve
working-directory: infra
run: terraform apply -auto-approve

0 comments on commit d50384f

Please sign in to comment.