From 2697db5f40cb32daef953e647a10cac7688f80ad Mon Sep 17 00:00:00 2001 From: LeoDiazL <116020815+LeoDiazL@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:24:36 -0300 Subject: [PATCH] Update deploy-pr.yaml --- .github/workflows/deploy-pr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-pr.yaml b/.github/workflows/deploy-pr.yaml index 4f66fd4..f9aecd0 100644 --- a/.github/workflows/deploy-pr.yaml +++ b/.github/workflows/deploy-pr.yaml @@ -26,15 +26,15 @@ jobs: # tf_stack_destroy: true - name: Create EKS Cluster - uses: bitovi/github-actions-deploy-eks@main + uses: bitovi/github-actions-deploy-eks@commons-bump with: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX}} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX}} aws_default_region: us-east-1 - aws_eks_create: true + aws_eks_create: false tf_state_bucket_destroy: true - #tf_stack_destroy: true + tf_stack_destroy: true aws_eks_cluster_name: leo-testing-stack # - name: destroy2