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 313e969 commit 7cf0f52Copy full SHA for 7cf0f52
templates/aws-stack.yml
@@ -1190,6 +1190,7 @@ Resources:
1190
Parameters:
1191
BuildkiteAgentTokenParameter: !If [ UseCustomerManagedParameterPath, !Ref BuildkiteAgentTokenParameterStorePath, !Ref BuildkiteAgentTokenParameter ]
1192
BuildkiteAgentTokenParameterStoreKMSKey: !If [ UseCustomerManagedKeyForParameterStore, !Ref BuildkiteAgentTokenParameterStoreKMSKey, "" ]
1193
+ RolePermissionsBoundaryARN: !If [ SetInstanceRolePermissionsBoundaryARN, !Ref InstanceRolePermissionsBoundaryARN, "" ]
1194
BuildkiteQueue: !Ref BuildkiteQueue
1195
AgentsPerInstance: !Ref AgentsPerInstance
1196
MinSize: !Ref MinSize
0 commit comments