From 747181df89320f0e19169b38276d7518717e98be Mon Sep 17 00:00:00 2001 From: stoo johnston Date: Wed, 11 Dec 2024 13:09:41 +0000 Subject: [PATCH] fix(aliases): add note that aliases can be removed Fixes #13394 --- content/docs/iac/concepts/options/aliases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/iac/concepts/options/aliases.md b/content/docs/iac/concepts/options/aliases.md index 98f707b4fe9d..fb41528b2113 100644 --- a/content/docs/iac/concepts/options/aliases.md +++ b/content/docs/iac/concepts/options/aliases.md @@ -165,3 +165,5 @@ resources: {{< /chooser >}} Aliases are implicitly inherited from a [parent](/docs/concepts/options/parent/) so that if a parent is moved (new name, new type, etc.) all children will also be aliased appropriately. This includes both updating the parent type in the qualified type in the child's URN, as well as updating the child name prefix if the name starts with the parent name. If there are aliases for both the parent and the child, all combinations of parent and child aliases are computed, allowing any combination of these previous parent and child identities to be treated as the same as the new identity. This process is inherited through any number of levels of parent/child relationships. + +Once a resource has been migrated on all stacks, the alias can be removed from the resource declaration.