diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 05f5124b3..ae7d70930 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -56,4 +56,5 @@ jobs: terraform plan -out=tfplan \ -var="location=UK South" \ -var="override_action=plan" - terraform apply -auto-approve tfplan \ No newline at end of file + terraform apply -auto-approve tfplan + \ No newline at end of file