Skip to content

Commit fe6fc44

Browse files
authored
feat: Trigger redeploy when Authorizers change (#139)
1 parent c62c315 commit fe6fc44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ resource "aws_apigatewayv2_deployment" "this" {
391391
jsonencode(aws_apigatewayv2_route.this),
392392
jsonencode(aws_apigatewayv2_route_response.this),
393393
jsonencode(aws_apigatewayv2_api.this[0].body),
394+
jsonencode(aws_apigatewayv2_authorizer.this),
394395
])))
395396
}
396397

0 commit comments

Comments
 (0)