AWS AWSCloudFormation documentation change
Summary
Updated link text for nested stacks documentation from 'Embed stacks within other stacks' to 'Split a template into reusable pieces'
Security assessment
The change only modifies descriptive text for a documentation link without altering security-related content or addressing vulnerabilities.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.md b/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.md index a0d375338..fa17ed5d0 100644 --- a//AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.md +++ b//AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.md @@ -40 +40 @@ You can perform drift detection on stacks with the following statuses: `CREATE_C -When detecting drift on a stack, CloudFormation does not detect drift on any nested stacks that belong to that stack. For more information, see [Embed stacks within other stacks using nested stacks](./using-cfn-nested-stacks.html). Instead, you can initiate a drift detection operation directly on the nested stack. +When detecting drift on a stack, CloudFormation does not detect drift on any nested stacks that belong to that stack. For more information, see [Split a template into reusable pieces using nested stacks](./using-cfn-nested-stacks.html). Instead, you can initiate a drift detection operation directly on the nested stack.