Skip to content

Commit

Permalink
Merge pull request #16 from terramate-io/soerenmartius/fix-plan-file
Browse files Browse the repository at this point in the history
Fix plan file
  • Loading branch information
soerenmartius authored Apr 12, 2024
2 parents 532f441 + 2aede77 commit d94a18f
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 d94a18f

Please sign in to comment.