From 943aa11273a0c931d723e30a1c6250136eb14f20 Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Fri, 27 Jun 2025 09:59:57 -0500 Subject: [PATCH] Repoint workflow, add ARN to inputs --- .github/workflows/deploy-sandbox.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-sandbox.yml b/.github/workflows/deploy-sandbox.yml index a57f25d..1116929 100644 --- a/.github/workflows/deploy-sandbox.yml +++ b/.github/workflows/deploy-sandbox.yml @@ -26,8 +26,9 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }} - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.7 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@feature/tg-deploy-without-gh-environment with: + assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role" tf_version: ${{ needs.get-tg-versions.outputs.tf_version }} tg_version: ${{ needs.get-tg-versions.outputs.tg_version }} environment: ${{ matrix.terragrunt_environment.environment }}