AWS AWSCloudFormation documentation change
Summary
Fixed a trailing comma in JSON policy example syntax.
Security assessment
Syntax correction with no impact on security content.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/security_iam_id-based-policy-examples.md b/AWSCloudFormation/latest/UserGuide/security_iam_id-based-policy-examples.md index 2b1ab5964..911d8bb43 100644 --- a//AWSCloudFormation/latest/UserGuide/security_iam_id-based-policy-examples.md +++ b//AWSCloudFormation/latest/UserGuide/security_iam_id-based-policy-examples.md @@ -116 +116 @@ The following policy grants permissions to all stack operations, in addition to - "Resource": "*" + "Resource": "*",