Skip to content

Commit

Permalink
fix tf apply with saved plan
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Nov 11, 2024
1 parent 5460176 commit 985ca52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ jobs:

# Terraform Apply
- name: Terraform Apply
run: terraform apply -var-file="tfvars/${ENVIRONMENT}.tfvars" -auto-approve main.tfplan
run: terraform apply -auto-approve main.tfplan
working-directory: ${{ env.working-dir }}

0 comments on commit 985ca52

Please sign in to comment.