AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-06-22 · Documentation low

File: AWSCloudFormation/latest/UserGuide/stack-refactoring.md

Summary

Corrected CLI parameter name from '--resource mappings' to '--resource-mappings' in documentation example

Security assessment

The change fixes a documentation typo in a CLI parameter name but contains no security-related context, vulnerability references, or security feature descriptions. This is a routine documentation correction for command syntax accuracy.

Diff

diff --git a/AWSCloudFormation/latest/UserGuide/stack-refactoring.md b/AWSCloudFormation/latest/UserGuide/stack-refactoring.md
index b505122f5..ae719984a 100644
--- a//AWSCloudFormation/latest/UserGuide/stack-refactoring.md
+++ b//AWSCloudFormation/latest/UserGuide/stack-refactoring.md
@@ -260 +260 @@ Once you have the template, use the integrated development environment (IDE) of
-The `--resource mappings` parameter is optional, but it will be required if a conflict is detected during template validation. In addition to providing the `Source` and `Destination` stacks, you will also need to provide the `LogicalResourceId`. The following is an example `refactor.json` file.
+The `--resource-mappings` parameter is optional, but it will be required if a conflict is detected during template validation. In addition to providing the `Source` and `Destination` stacks, you will also need to provide the `LogicalResourceId`. The following is an example `refactor.json` file.