Be specific about circumstances where we'll leak

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2024-01-31 11:30:05 -08:00
parent 6cc91a7d72
commit 1341e35e38
1 changed files with 2 additions and 1 deletions

View File

@ -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.
{{<hint "tip">}}