AWS AWSCloudFormation documentation change
Summary
Fixed formatting in YAML example by splitting a line into two separate lines
Security assessment
Change is purely formatting/whitespace adjustment in code example with no security implications
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.md b/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.md index 17c7bfbf3..84d680fb5 100644 --- a//AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.md +++ b//AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.md @@ -344 +344,2 @@ The following example creates a managed compute environment called `C4OnDemand` - - arn:aws:iam::_111122223333_ :role/aws-service-role/batch.amazonaws.com/AWSServiceRoleForBatch ComputeEnvironmentName: C4OnDemand + - arn:aws:iam::_111122223333_ :role/aws-service-role/batch.amazonaws.com/AWSServiceRoleForBatch + ComputeEnvironmentName: C4OnDemand