Skip to content

Commit

Permalink
refactor: add apply step to terraform pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucioschenkel committed Dec 31, 2024
1 parent 361ff9b commit 837e900
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/terraform-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
PLAN_OUTCOME="${{ steps.plan.outcome }}"
PLAN_OUTPUT="${{ steps.plan.outputs.stdout }}"
# The following language="..." comment enables syntax highlighting in JetBrains IDEs

# language="markdown"
template: |
#### Terraform Format and Style 🖌`$FMT_OUTCOME`
Expand Down Expand Up @@ -139,11 +136,6 @@ jobs:
name: plan
path: ./terraform

- name: Inspect plan file
run: |
ls -algh .
ls -algh terraform-plan
# - name: Terraform apply
# run: terraform apply -auto-approve terraform-plan
- name: Terraform apply
run: terraform apply -auto-approve terraform-plan

0 comments on commit 837e900

Please sign in to comment.