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 1ece2be commit 758b07eCopy full SHA for 758b07e
.github/workflows/java-ec2-adot-sigv4-test.yml
@@ -163,7 +163,7 @@ jobs:
163
- name: Get the sample app and EC2 instance information
164
working-directory: terraform/java/ec2/adot-sigv4
165
run: |
166
- echo "MAIN_SERVICE_ENDPOINT=${{env.MAIN_SERVICE_ADDRESS}}:8080" >> $GITHUB_ENV
+ echo "MAIN_SERVICE_ENDPOINT=localhost:8080" >> $GITHUB_ENV
167
echo "REMOTE_SERVICE_IP=$(terraform output sample_app_remote_service_private_ip)" >> $GITHUB_ENV
168
echo "MAIN_SERVICE_INSTANCE_ID=$(terraform output main_service_instance_id)" >> $GITHUB_ENV
169
0 commit comments