Skip to content

Commit a23c6ee

Browse files
committed
s/AWS:NoValue/AWS::NoValue
1 parent a460750 commit a23c6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ Resources:
687687
Action:
688688
- kms:Decrypt
689689
Resource: !Sub arn:aws:kms:${AWS::Region}:${AWS::AccountId}:key/${BuildkiteAgentTokenParameterStoreKMSKey}
690-
- !Ref 'AWS:NoValue'
690+
- !Ref 'AWS::NoValue'
691691
- PolicyName: ReadAgentToken
692692
PolicyDocument:
693693
Version: '2012-10-17'

0 commit comments

Comments
 (0)