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 c5eb4db commit a41090fCopy full SHA for a41090f
terraform/python/ec2/adot-genai/main.tf
@@ -158,7 +158,7 @@ send_request() {
158
-H "X-Amzn-Trace-Id: $$trace_id_header" \
159
-d "{\"message\": \"$$message\"}" \
160
-m "$$TIMEOUT" \
161
- -w "\nHTTP_STATUS:%{http_code}\nTIME_TOTAL:%{time_total}")
+ -w "\nHTTP_STATUS:%%{http_code}\nTIME_TOTAL:%%{time_total}")
162
163
http_status=$$(echo "$$response" | grep "HTTP_STATUS:" | cut -d: -f2)
164
time_total=$$(echo "$$response" | grep "TIME_TOTAL:" | cut -d: -f2)
0 commit comments