Skip to content

Commit

Permalink
adding cd into terraform folder
Browse files Browse the repository at this point in the history
  • Loading branch information
maceto committed Feb 29, 2024
1 parent ab1564d commit 4380159
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ jobs:
uses: hashicorp/setup-terraform@v3

- name: Terraform Init
run: terraform init
run: |
cd terraform/dev/
terraform init
- name: Terraform Plan
id: plan
run: terraform plan -no-color
run: |
cd terraform/dev/
terraform plan -no-color
continue-on-error: true


0 comments on commit 4380159

Please sign in to comment.