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 be5861c commit 3a5537cCopy full SHA for 3a5537c
infrastructure/gateway-document-reference.tf
@@ -0,0 +1,10 @@
1
+module "document_reference_gateway" {
2
+ source = "./modules/gateway"
3
+ api_gateway_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
4
+ parent_id = aws_api_gateway_rest_api.ndr_doc_store_api.root_resource_id
5
+ http_methods = ["POST", "GET"]
6
+ authorization = "NONE"
7
+ api_key_required = true
8
+ gateway_path = "DocumentReference"
9
+ require_credentials = true
10
+}
0 commit comments