Skip to content

Commit 7a5dc0b

Browse files
committed
More diff tidying
1 parent b6c448d commit 7a5dc0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/aws-stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,9 @@ Resources:
684684
Version: '2012-10-17'
685685
Statement:
686686
- Effect: Allow
687-
Action: kms:Decrypt
688-
Resource:
689-
!Sub arn:aws:kms:${AWS::Region}:${AWS::AccountId}:key/${BuildkiteAgentTokenParameterStoreKMSKey}
687+
Action:
688+
- kms:Decrypt
689+
Resource: !Sub arn:aws:kms:${AWS::Region}:${AWS::AccountId}:key/${BuildkiteAgentTokenParameterStoreKMSKey}
690690
- !Ref 'AWS:NoValue'
691691
- PolicyName: ReadAgentToken
692692
PolicyDocument:

0 commit comments

Comments
 (0)