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 1cc2794 commit 8a2e6f2Copy full SHA for 8a2e6f2
1 file changed
infrastructure/terraform/components/api/api_gateway_base_path_mapping.tf
@@ -0,0 +1,5 @@
1
+resource "aws_api_gateway_base_path_mapping" "main" {
2
+ api_id = aws_api_gateway_rest_api.main.id
3
+ stage_name = aws_api_gateway_stage.main.stage_name
4
+ domain_name = aws_api_gateway_domain_name.main.domain_name
5
+}
0 commit comments