Skip to content

Commit 4400a2e

Browse files
authored
Merge pull request #984 from kwong-chong-lfs/patch-1
Permissions boundary for Autoscaling application
2 parents 6598b36 + 8925763 commit 4400a2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/aws-stack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,10 +1198,11 @@ Resources:
11981198
Properties:
11991199
Location:
12001200
ApplicationId: arn:aws:serverlessrepo:us-east-1:172840064832:applications/buildkite-agent-scaler
1201-
SemanticVersion: '1.1.3'
1201+
SemanticVersion: '1.3.1'
12021202
Parameters:
12031203
BuildkiteAgentTokenParameter: !If [ UseCustomerManagedParameterPath, !Ref BuildkiteAgentTokenParameterStorePath, !Ref BuildkiteAgentTokenParameter ]
12041204
BuildkiteAgentTokenParameterStoreKMSKey: !If [ UseCustomerManagedKeyForParameterStore, !Ref BuildkiteAgentTokenParameterStoreKMSKey, "" ]
1205+
RolePermissionsBoundaryARN: !If [ SetInstanceRolePermissionsBoundaryARN, !Ref InstanceRolePermissionsBoundaryARN, "" ]
12051206
BuildkiteQueue: !Ref BuildkiteQueue
12061207
AgentsPerInstance: !Ref AgentsPerInstance
12071208
MinSize: !Ref MinSize

0 commit comments

Comments
 (0)