Skip to content

Commit

Permalink
Update apply.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LamSut authored Dec 19, 2024
1 parent 2a91284 commit bc4f169
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
with:
terraform_version: 1.6

- name: Download Planfile Artifact
uses: actions/download-artifact@v3
with:
name: terraform-planfile

- name: Terraform Init
run: terraform init

- name: Terraform Plan
run: terraform plan -out=planfile

- name: Terraform Apply
run: terraform apply -input=false planfile

0 comments on commit bc4f169

Please sign in to comment.