From 1341e35e388c131877f4f7c1e37e62430dac9375 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Wed, 31 Jan 2024 11:30:05 -0800 Subject: [PATCH] Be specific about circumstances where we'll leak Signed-off-by: Nic Cope --- content/master/concepts/managed-resources.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/master/concepts/managed-resources.md b/content/master/concepts/managed-resources.md index d29feed0..4ed0a97d 100644 --- a/content/master/concepts/managed-resources.md +++ b/content/master/concepts/managed-resources.md @@ -635,7 +635,8 @@ my-rds-instance True True my-custom-name 11m ### Creation annotations -In some rare situations a provider can forget that it created a resource. When +When an external system like AWS generates nondeterministic resource names it's +possible for a provider to create a resource but not record that it did. When this happens the provider can't manage the resource. {{}}