Skip to content

Commit f434578

Browse files
[PRMP-1302] change sandbox path to lowercase inline with specifications
1 parent 77a6240 commit f434578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/nrl-sandbox-get-doc-ref.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ locals {
99
resource "aws_api_gateway_resource" "nrl_sandbox" {
1010
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
1111
parent_id = aws_api_gateway_rest_api.ndr_doc_store_api.root_resource_id
12-
path_part = "Sandbox"
12+
path_part = "sandbox"
1313
}
1414

1515
resource "aws_api_gateway_resource" "sandbox_get_document_reference" {

0 commit comments

Comments
 (0)