We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3718314 commit 943aa11Copy full SHA for 943aa11
.github/workflows/deploy-sandbox.yml
@@ -26,8 +26,9 @@ jobs:
26
fail-fast: false
27
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
28
29
- 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
30
with:
31
+ assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role"
32
tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}
33
tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}
34
environment: ${{ matrix.terragrunt_environment.environment }}
0 commit comments