We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab78244 commit 5179ec4Copy full SHA for 5179ec4
infrastructure/api.tf
@@ -41,6 +41,7 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
41
triggers = {
42
redeployment = sha1(jsonencode([
43
aws_api_gateway_rest_api.ndr_doc_store_api.body,
44
+ aws_api_gateway_authorizer.repo_authoriser,
45
module.authoriser-lambda,
46
module.back-channel-logout-gateway,
47
module.back_channel_logout_lambda,
0 commit comments