Skip to content

Commit

Permalink
apply suggestion: update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Niek Palm <[email protected]>
  • Loading branch information
SSW-SCIENTIFIC and npalm authored Aug 1, 2024
1 parent ea05f6c commit 85057ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/webhook/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ resource "aws_apigatewayv2_route" "webhook" {

lifecycle {
ignore_changes = [
# ignore authorization related attributes to enable authenticator assignment to API route
# Ignore authorization related attributes to enable authenticator assignment to API route.
# NOTE: We consider the ignores as a system intenral. Future changes will not trigger a breakig change.
authorizer_id,
authorization_type,
authorization_scopes,
Expand Down

0 comments on commit 85057ef

Please sign in to comment.