Skip to content

Commit

Permalink
puta que pariu, nao acredito que era so isso
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Sep 12, 2024
1 parent 838f165 commit 232462d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
MERCADO_PAGO_WH_SECRET: ${{ vars.BMB_JWT_SECRET_KEY }}
MERCADO_PAGO_ACCESS_TOKEN: ${{ secrets.BMB_MERCADO_PAGO_ACCESS_TOKEN }}
run: |
cat <<EOF > api.auto.tfvars
cat <<EOF > tf/api.auto.tfvars
rds = "utalo"
eks_cluster_name = "${{ vars.BMB_EKS_CLUSTER_NAME }}"
apgw_name = "$(echo "$MERCADO_PAGO_WH_SECRET" | sed 's/./&/g')"
Expand All @@ -44,7 +44,7 @@ jobs:
db_pwd = "$(echo "$MYSQL_PASSWORD" | sed 's/./&/g')"
rds_cluster_identifier = "${{ vars.BMB_MYSQL_CLUSTER }}"
EOF
cat api.auto.tfvars
cat tf/api.auto.tfvars
- name: Upload Configuration
uses: hashicorp/tfc-workflows-github/actions/[email protected]
Expand Down

0 comments on commit 232462d

Please sign in to comment.