We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b713a5 commit 5236683Copy full SHA for 5236683
1 file changed
deploy/template.yaml
@@ -212,6 +212,10 @@ Resources:
212
IPVCoreRedirectURI: https://cri.core.build.stubs.account.gov.uk/callback
213
IPVCoreStubJwksEndpoint: https://cri.core.stubs.account.gov.uk/.well-known/jwks.json
214
LambdaVpcConfiguration: di-devplatform-deploy
215
+ PermissionsBoundaryArn: !If
216
+ - UsePermissionsBoundary
217
+ - !Ref PermissionsBoundary
218
+ - !Ref AWS::NoValue
219
220
JWKSBucketRole:
221
Type: "AWS::IAM::Role"
0 commit comments