Skip to content

Commit

Permalink
fix: Fixed source_arn in example (fixes #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Jun 9, 2021
1 parent 31e9576 commit 76e7ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete-http/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ module "lambda_function" {
allowed_triggers = {
AllowExecutionFromAPIGateway = {
service = "apigateway"
source_arn = "${module.api_gateway.apigatewayv2_api_execution_arn}/*/*/*"
source_arn = "${module.api_gateway.apigatewayv2_api_execution_arn}/*/*"
}
}
}
Expand Down

0 comments on commit 76e7ce2

Please sign in to comment.