diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 51d7599e..c306e69b 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -61,4 +61,7 @@ jobs: - name: Terraform Apply (shared) run: | cd infrastructure/terraform/shared - terraform apply -auto-approve -var-file=dev.tfvars \ No newline at end of file + terraform apply -auto-approve -var-file=dev.tfvars + + + \ No newline at end of file