Skip to content

Commit

Permalink
fix: drift reconciliation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Apr 30, 2024
1 parent 7d5168d commit c88af11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/drift-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
run: |
terramate run \
--parallel 5 \
--sync-drift-status \
--sync-terraform-plan-file=drift.tfplan \
--cloud-sync-drift-status \
--cloud-sync-terraform-plan-file=drift.tfplan \
--terragrunt \
-- terragrunt plan -out drift.tfplan -detailed-exitcode -lock=false
env:
Expand All @@ -91,7 +91,7 @@ jobs:
run: |
terramate run \
--cloud-status=drifted \
--tags reconcile,
--tags reconcile \
--cloud-sync-deployment \
--cloud-sync-terraform-plan-file=drift.tfplan \
--terragrunt \
Expand Down

0 comments on commit c88af11

Please sign in to comment.