Skip to content

Commit 8c4361d

Browse files
author
jradtilbrook
committed
Change KMS condition name
1 parent bbe2bda commit 8c4361d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/aws-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ Conditions:
433433
UseSSMAgentToken:
434434
!Not [ !Equals [ !Ref BuildkiteAgentTokenParameterStorePath, "" ] ]
435435

436-
AgentTokenEncrypted:
436+
UseCustomerManagedKeyForParameterStore:
437437
!Not [ !Equals [ !Ref BuildkiteAgentTokenParameterStoreKMSKey, "" ] ]
438438

439439
HasVariableSize:
@@ -929,7 +929,7 @@ Resources:
929929
- autoscaling:SetDesiredCapacity
930930
Resource: '*'
931931
- !If
932-
- AgentTokenEncrypted
932+
- UseCustomerManagedKeyForParameterStore
933933
- - PolicyName: DecryptAgentToken
934934
PolicyDocument:
935935
Version: '2012-10-17'

0 commit comments

Comments
 (0)