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.
2 parents 469ae83 + cc450d0 commit 37c7d8dCopy full SHA for 37c7d8d
.github/workflows/deploy-sandbox.yml
@@ -65,11 +65,13 @@ jobs:
65
strategy:
66
fail-fast: false
67
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
68
+
69
uses: ./.github/workflows/terragrunt-deploy.yml
70
with:
71
tf_version: '1.5.5'
72
tg_version: '0.54.11'
73
environment: ${{ matrix.terragrunt_environment.environment }}
74
region: ${{ matrix.terragrunt_environment.region }}
75
env_id: ${{ matrix.terragrunt_environment.instance }}
76
77
secrets: inherit
0 commit comments