Skip to content

Commit

Permalink
fix policy
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Sep 4, 2024
1 parent 92aa3b4 commit 1203fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAMtemplates/tables/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Resources:
- kms:Decrypt
Resource: "*"
Condition:
ArnLike": !Sub "arn:aws:iam::${AWS::AccountId}:role/aws-reserved/sso.amazonaws.com/${AWS::Region}/AWSReservedSSO_ReadOnly*"
ArnLike: !Sub "arn:aws:iam::${AWS::AccountId}:role/aws-reserved/sso.amazonaws.com/${AWS::Region}/AWSReservedSSO_ReadOnly*"

PrescriptionStatusUpdatesKMSKeyAlias:
Type: AWS::KMS::Alias
Expand Down

0 comments on commit 1203fff

Please sign in to comment.