From 3c5a3c87be403bdf8613e87e8180f03ebf98febc Mon Sep 17 00:00:00 2001 From: Victor Gasperi Date: Mon, 27 Oct 2025 23:19:50 -0300 Subject: [PATCH] fix: adicionando o project name --- .github/workflows/deploy-to-aws.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-to-aws.yml b/.github/workflows/deploy-to-aws.yml index 023b884..7343e7d 100644 --- a/.github/workflows/deploy-to-aws.yml +++ b/.github/workflows/deploy-to-aws.yml @@ -135,6 +135,7 @@ jobs: environment: name: ${{ needs.env_setup.outputs.stage }} env: + TF_VAR_project_name: ${{ needs.env_setup.outputs.project_name }} TF_VAR_repo_url: ${{ needs.env_setup.outputs.repo_url }} TF_VAR_stage: ${{ needs.env_setup.outputs.stage }} TF_VAR_config_map: ${{ vars.CONFIG_MAP }}