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 c1ff7a8 commit 9992da8Copy full SHA for 9992da8
terraform/api_gateway.tf
@@ -198,5 +198,5 @@ resource "aws_api_gateway_stage" "api_stage" {
198
}
199
200
output "api_gateway_invoke_url" {
201
- value = "https://${aws_api_gateway_rest_api.api.id}.execute-api.sa-east-1.amazonaws.com/${aws_api_gateway_stage.api_stage.stage_name}/api/v1/products"
+ value = "https://${aws_api_gateway_rest_api.api.id}.execute-api.sa-east-1.amazonaws.com/${aws_api_gateway_stage.api_stage.stage_name}/api/v1/"
202
0 commit comments