Skip to content

Commit 5179ec4

Browse files
committed
[PRMP-1517] add redeployment triggers
1 parent ab78244 commit 5179ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/api.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
4141
triggers = {
4242
redeployment = sha1(jsonencode([
4343
aws_api_gateway_rest_api.ndr_doc_store_api.body,
44+
aws_api_gateway_authorizer.repo_authoriser,
4445
module.authoriser-lambda,
4546
module.back-channel-logout-gateway,
4647
module.back_channel_logout_lambda,

0 commit comments

Comments
 (0)