Skip to content

Commit

Permalink
fix: correct name of drift plan file
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Apr 12, 2024
1 parent 532f441 commit 2aede77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drift-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
terramate run \
--cloud-status=drifted \
--cloud-sync-deployment \
--cloud-sync-terraform-plan-file=out.tfplan \
--cloud-sync-terraform-plan-file=drift.tfplan \
--terragrunt \
-- terragrunt apply -input=false -auto-approve -lock-timeout=5m out.tfplan
-- terragrunt apply -input=false -auto-approve -lock-timeout=5m drift.tfplan
env:
TF_VAR_master_password: ${{ secrets.MYSQL_PROD_MASTER_PASSWORD }}

0 comments on commit 2aede77

Please sign in to comment.