From 4b43905eb321fbdf030ffda6351c88b70c52ecaa Mon Sep 17 00:00:00 2001 From: Vasi Vasireddy <41936996+vasireddy99@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:31:01 -0800 Subject: [PATCH] Modify sdk layer name in the workflow to be aligned with GH role workflow (#1029) --- .github/workflows/main-build-nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-build-nodejs.yml b/.github/workflows/main-build-nodejs.yml index ff945057..dc7021cc 100644 --- a/.github/workflows/main-build-nodejs.yml +++ b/.github/workflows/main-build-nodejs.yml @@ -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 }}