Skip to content

Commit 4b43905

Browse files
authored
Modify sdk layer name in the workflow to be aligned with GH role workflow (#1029)
1 parent cf37ff6 commit 4b43905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-build-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: terraform apply -auto-approve
8686
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
8787
env:
88-
TF_VAR_sdk_layer_name: otel-nodejs-aws-sdk-wrapper-${{ matrix.architecture }}
88+
TF_VAR_sdk_layer_name: opentelemetry-nodejs-aws-sdk-wrapper-${{ matrix.architecture }}
8989
TF_VAR_function_name: ${{ env.TERRAFORM_LAMBDA_FUNCTION_NAME }}
9090
TF_VAR_architecture: ${{ env.LAMBDA_FUNCTION_ARCH }}
9191
TF_VAR_runtime: ${{ matrix.runtime }}

0 commit comments

Comments
 (0)