Skip to content

Commit b49aad9

Browse files
committed
style: add new line between resources
1 parent 35b1b7d commit b49aad9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cfn/ci_cd.yml

+10
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Resources:
8484
S3Logs:
8585
Status: DISABLED
8686
EncryptionDisabled: false
87+
8788
CodeBuildProjectRelease:
8889
Type: "AWS::CodeBuild::Project"
8990
Properties:
@@ -128,6 +129,7 @@ Resources:
128129
S3Logs:
129130
Status: DISABLED
130131
EncryptionDisabled: false
132+
131133
CodeBuildServiceRoleCI:
132134
Type: "AWS::IAM::Role"
133135
Properties:
@@ -144,6 +146,7 @@ Resources:
144146
- !Ref ParameterStorePolicy
145147
- "arn:aws:iam::aws:policy/AWSCodeArtifactReadOnlyAccess"
146148
- "arn:aws:iam::aws:policy/AWSCodeArtifactAdminAccess"
149+
147150
CodeBuildServiceRoleRelease:
148151
Type: "AWS::IAM::Role"
149152
Properties:
@@ -160,6 +163,7 @@ Resources:
160163
- !Ref ParameterStorePolicy
161164
- "arn:aws:iam::aws:policy/AWSCodeArtifactReadOnlyAccess"
162165
- "arn:aws:iam::aws:policy/AWSCodeArtifactAdminAccess"
166+
163167
CodeBuildBatchPolicy:
164168
Type: "AWS::IAM::ManagedPolicy"
165169
Properties:
@@ -185,6 +189,7 @@ Resources:
185189
}
186190
]
187191
}
192+
188193
CodeBuildBasePolicy:
189194
Type: "AWS::IAM::ManagedPolicy"
190195
Properties:
@@ -238,13 +243,15 @@ Resources:
238243
}
239244
]
240245
}
246+
241247
AccountIdParameter:
242248
Type: "AWS::SSM::Parameter"
243249
Properties:
244250
Description: Parameter to store our account id so CodeBuild specs can access it
245251
Name: /CodeBuild/AccountIdentity
246252
Type: String
247253
Value: !Sub "${AWS::AccountId}"
254+
248255
SecretsManagerPolicyCI:
249256
Type: "AWS::IAM::ManagedPolicy"
250257
Properties:
@@ -263,6 +270,7 @@ Resources:
263270
}
264271
]
265272
}
273+
266274
SecretsManagerPolicyRelease:
267275
Type: "AWS::IAM::ManagedPolicy"
268276
Properties:
@@ -282,6 +290,7 @@ Resources:
282290
}
283291
]
284292
}
293+
285294
CryptoToolsKMS:
286295
Type: "AWS::IAM::ManagedPolicy"
287296
Properties:
@@ -306,6 +315,7 @@ Resources:
306315
}
307316
]
308317
}
318+
309319
ParameterStorePolicy:
310320
Type: "AWS::IAM::ManagedPolicy"
311321
Properties:

0 commit comments

Comments
 (0)