Skip to content

Commit d98d3fb

Browse files
[PRMP-1458] - Explicitly declare xray_tracing_enabled to be false"
1 parent b72697e commit d98d3fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

infrastructure/api.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
113113
}
114114

115115
resource "aws_api_gateway_stage" "ndr_api" {
116-
deployment_id = aws_api_gateway_deployment.ndr_api_deploy.id
117-
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
118-
stage_name = var.environment
116+
deployment_id = aws_api_gateway_deployment.ndr_api_deploy.id
117+
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
118+
stage_name = var.environment
119+
xray_tracing_enabled = false
119120
}
120121

121122
resource "aws_api_gateway_gateway_response" "unauthorised_response" {

0 commit comments

Comments
 (0)