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 77a6240 commit f434578Copy full SHA for f434578
infrastructure/nrl-sandbox-get-doc-ref.tf
@@ -9,7 +9,7 @@ locals {
9
resource "aws_api_gateway_resource" "nrl_sandbox" {
10
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
11
parent_id = aws_api_gateway_rest_api.ndr_doc_store_api.root_resource_id
12
- path_part = "Sandbox"
+ path_part = "sandbox"
13
}
14
15
resource "aws_api_gateway_resource" "sandbox_get_document_reference" {
0 commit comments