Skip to content

Commit

Permalink
Modify sdk layer name in the workflow to be aligned with GH role work…
Browse files Browse the repository at this point in the history
…flow (#1029)
  • Loading branch information
vasireddy99 authored Dec 31, 2024
1 parent cf37ff6 commit 4b43905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-build-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: terraform apply -auto-approve
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
env:
TF_VAR_sdk_layer_name: otel-nodejs-aws-sdk-wrapper-${{ matrix.architecture }}
TF_VAR_sdk_layer_name: opentelemetry-nodejs-aws-sdk-wrapper-${{ matrix.architecture }}
TF_VAR_function_name: ${{ env.TERRAFORM_LAMBDA_FUNCTION_NAME }}
TF_VAR_architecture: ${{ env.LAMBDA_FUNCTION_ARCH }}
TF_VAR_runtime: ${{ matrix.runtime }}
Expand Down

0 comments on commit 4b43905

Please sign in to comment.