Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
windWingWalker committed Jul 29, 2022
1 parent 088ece0 commit 63d6c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/modules/api-route/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_apigatewayv2_integration" "default" {
resource "aws_apigatewayv2_route" "default" {
api_id = var.api_id

route_key = "${var.http_method}/${var.resource_name}"
route_key = "${var.http_method} /${var.resource_name}"
target = "integrations/${aws_apigatewayv2_integration.default.id}"

depends_on = [
Expand Down

0 comments on commit 63d6c96

Please sign in to comment.