From c88af111dd96c08cdda35f24509cf119c928e7e0 Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Tue, 30 Apr 2024 12:01:57 +0200 Subject: [PATCH] fix: drift reconciliation workflow --- .github/workflows/drift-detection.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/drift-detection.yml b/.github/workflows/drift-detection.yml index 885ee3b..e21d269 100644 --- a/.github/workflows/drift-detection.yml +++ b/.github/workflows/drift-detection.yml @@ -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: @@ -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 \