You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in the following error during terraform apply:
│ Error: creating API Gateway Resource: BadRequestException: Resource's path part only allow a-zA-Z0-9._-: or a valid greedy path variable and curly braces at the beginning and the end.
│
│ with module.main.module.rest_api_gateway.aws_api_gateway_resource.rest_api_route_resource["multi-level/path"],
│ on .terraform/modules/main.rest_api_gateway/modules/api_gateway/main.tf line 146, in resource "aws_api_gateway_resource" "rest_api_route_resource":
│ 146: resource "aws_api_gateway_resource" "rest_api_route_resource" {
The text was updated successfully, but these errors were encountered:
The current implementation of the
api_gateway
module won't allow using/
s in the routes:This results in the following error during
terraform apply
:The text was updated successfully, but these errors were encountered: