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 bbe2bda commit 8c4361dCopy full SHA for 8c4361d
templates/aws-stack.yml
@@ -433,7 +433,7 @@ Conditions:
433
UseSSMAgentToken:
434
!Not [ !Equals [ !Ref BuildkiteAgentTokenParameterStorePath, "" ] ]
435
436
- AgentTokenEncrypted:
+ UseCustomerManagedKeyForParameterStore:
437
!Not [ !Equals [ !Ref BuildkiteAgentTokenParameterStoreKMSKey, "" ] ]
438
439
HasVariableSize:
@@ -929,7 +929,7 @@ Resources:
929
- autoscaling:SetDesiredCapacity
930
Resource: '*'
931
- !If
932
- - AgentTokenEncrypted
+ - UseCustomerManagedKeyForParameterStore
933
- - PolicyName: DecryptAgentToken
934
PolicyDocument:
935
Version: '2012-10-17'
0 commit comments