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 b72697e commit d98d3fbCopy full SHA for d98d3fb
infrastructure/api.tf
@@ -113,9 +113,10 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
113
}
114
115
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
+ deployment_id = aws_api_gateway_deployment.ndr_api_deploy.id
+ rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
+ stage_name = var.environment
119
+ xray_tracing_enabled = false
120
121
122
resource "aws_api_gateway_gateway_response" "unauthorised_response" {
0 commit comments