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 b257726 commit 1cad235Copy full SHA for 1cad235
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ permissions:
28
contents: write
29
30
env:
31
- TF_VAR_deploy_version: ${{ inputs.lambda_version }}
+ TF_VAR_lambda_version: ${{ inputs.lambda_version }}
32
AWS_OIDC_ROLE_ARN: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/aws-serverless-github-deploy-${{ inputs.environment }}-github-oidc-role
33
34
jobs:
.github/workflows/destroy.yml
@@ -19,7 +19,7 @@ permissions:
19
20
21
22
- TF_VAR_deploy_version: this
+ TF_VAR_lambda_version: this
23
24
25
0 commit comments