Skip to content

Commit 75ba392

Browse files
authored
Add canary region as lambda terraform input (#300)
*Description of changes:* Add canary region as lambda terraform input By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent a75778b commit 75ba392

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/node-lambda-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
-var="sdk_layer_name=AWSOpenTelemetryDistroJs-${{ github.run_id }}"
137137
-var="function_name=${{env.TERRAFORM_LAMBDA_FUNCTION_NAME}}"
138138
-var="layer_artifacts_directory=${{ env.ARTIFACTS_DIR }}"
139+
-var="region=${{ env.E2E_TEST_AWS_REGION }}"
139140
-var="is_canary=${{ env.IS_CANARY }}"'
140141
max_retry: 6
141142
sleep_time: 60

.github/workflows/python-lambda-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
-var="sdk_layer_name=AWSOpenTelemetryDistroPython-${{ github.run_id }}"
153153
-var="function_name=${{env.TERRAFORM_LAMBDA_FUNCTION_NAME}}"
154154
-var="layer_artifacts_directory=${{ env.ARTIFACTS_DIR }}"
155+
-var="region=${{ env.E2E_TEST_AWS_REGION }}"
155156
-var="is_canary=${{ env.IS_CANARY }}"'
156157
max_retry: 6
157158
sleep_time: 60

0 commit comments

Comments
 (0)