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 b6c448d commit 7a5dc0bCopy full SHA for 7a5dc0b
templates/aws-stack.yml
@@ -684,9 +684,9 @@ Resources:
684
Version: '2012-10-17'
685
Statement:
686
- Effect: Allow
687
- Action: kms:Decrypt
688
- Resource:
689
- !Sub arn:aws:kms:${AWS::Region}:${AWS::AccountId}:key/${BuildkiteAgentTokenParameterStoreKMSKey}
+ Action:
+ - kms:Decrypt
+ Resource: !Sub arn:aws:kms:${AWS::Region}:${AWS::AccountId}:key/${BuildkiteAgentTokenParameterStoreKMSKey}
690
- !Ref 'AWS:NoValue'
691
- PolicyName: ReadAgentToken
692
PolicyDocument:
0 commit comments