From 2aede77a46f1717395dbfda21004ece60a03264a Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Thu, 11 Apr 2024 17:12:43 -0700 Subject: [PATCH] fix: correct name of drift plan file --- .github/workflows/drift-detection.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/drift-detection.yml b/.github/workflows/drift-detection.yml index 4b7ad9e..904f728 100644 --- a/.github/workflows/drift-detection.yml +++ b/.github/workflows/drift-detection.yml @@ -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 }}