Skip to content

Commit 7cf0f52

Browse files
Kwong Chongmoskyb
authored andcommitted
Add permissions boundary for Autoscaling application
1 parent 313e969 commit 7cf0f52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,7 @@ Resources:
11901190
Parameters:
11911191
BuildkiteAgentTokenParameter: !If [ UseCustomerManagedParameterPath, !Ref BuildkiteAgentTokenParameterStorePath, !Ref BuildkiteAgentTokenParameter ]
11921192
BuildkiteAgentTokenParameterStoreKMSKey: !If [ UseCustomerManagedKeyForParameterStore, !Ref BuildkiteAgentTokenParameterStoreKMSKey, "" ]
1193+
RolePermissionsBoundaryARN: !If [ SetInstanceRolePermissionsBoundaryARN, !Ref InstanceRolePermissionsBoundaryARN, "" ]
11931194
BuildkiteQueue: !Ref BuildkiteQueue
11941195
AgentsPerInstance: !Ref AgentsPerInstance
11951196
MinSize: !Ref MinSize

0 commit comments

Comments
 (0)