@@ -84,6 +84,7 @@ Resources:
84
84
S3Logs :
85
85
Status : DISABLED
86
86
EncryptionDisabled : false
87
+
87
88
CodeBuildProjectRelease :
88
89
Type : " AWS::CodeBuild::Project"
89
90
Properties :
@@ -128,6 +129,7 @@ Resources:
128
129
S3Logs :
129
130
Status : DISABLED
130
131
EncryptionDisabled : false
132
+
131
133
CodeBuildServiceRoleCI :
132
134
Type : " AWS::IAM::Role"
133
135
Properties :
@@ -144,6 +146,7 @@ Resources:
144
146
- !Ref ParameterStorePolicy
145
147
- " arn:aws:iam::aws:policy/AWSCodeArtifactReadOnlyAccess"
146
148
- " arn:aws:iam::aws:policy/AWSCodeArtifactAdminAccess"
149
+
147
150
CodeBuildServiceRoleRelease :
148
151
Type : " AWS::IAM::Role"
149
152
Properties :
@@ -160,6 +163,7 @@ Resources:
160
163
- !Ref ParameterStorePolicy
161
164
- " arn:aws:iam::aws:policy/AWSCodeArtifactReadOnlyAccess"
162
165
- " arn:aws:iam::aws:policy/AWSCodeArtifactAdminAccess"
166
+
163
167
CodeBuildBatchPolicy :
164
168
Type : " AWS::IAM::ManagedPolicy"
165
169
Properties :
@@ -185,6 +189,7 @@ Resources:
185
189
}
186
190
]
187
191
}
192
+
188
193
CodeBuildBasePolicy :
189
194
Type : " AWS::IAM::ManagedPolicy"
190
195
Properties :
@@ -238,13 +243,15 @@ Resources:
238
243
}
239
244
]
240
245
}
246
+
241
247
AccountIdParameter :
242
248
Type : " AWS::SSM::Parameter"
243
249
Properties :
244
250
Description : Parameter to store our account id so CodeBuild specs can access it
245
251
Name : /CodeBuild/AccountIdentity
246
252
Type : String
247
253
Value : !Sub "${AWS::AccountId}"
254
+
248
255
SecretsManagerPolicyCI :
249
256
Type : " AWS::IAM::ManagedPolicy"
250
257
Properties :
@@ -263,6 +270,7 @@ Resources:
263
270
}
264
271
]
265
272
}
273
+
266
274
SecretsManagerPolicyRelease :
267
275
Type : " AWS::IAM::ManagedPolicy"
268
276
Properties :
@@ -282,6 +290,7 @@ Resources:
282
290
}
283
291
]
284
292
}
293
+
285
294
CryptoToolsKMS :
286
295
Type : " AWS::IAM::ManagedPolicy"
287
296
Properties :
@@ -306,6 +315,7 @@ Resources:
306
315
}
307
316
]
308
317
}
318
+
309
319
ParameterStorePolicy :
310
320
Type : " AWS::IAM::ManagedPolicy"
311
321
Properties :
0 commit comments