From 837ab8823ef2c0906ef33a248833484a7ccc46ea Mon Sep 17 00:00:00 2001 From: Justin Wilaby Date: Fri, 10 Jan 2025 10:43:26 -0800 Subject: [PATCH] Update packages/cli/src/commands/spaces/destroy.ts Co-authored-by: Sandy Lai --- packages/cli/src/commands/spaces/destroy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/spaces/destroy.ts b/packages/cli/src/commands/spaces/destroy.ts index 7b2dca9dc6..1dff9f4fc1 100644 --- a/packages/cli/src/commands/spaces/destroy.ts +++ b/packages/cli/src/commands/spaces/destroy.ts @@ -45,7 +45,7 @@ export default class Destroy extends Command { if (space.outbound_ips && space.outbound_ips.state === 'enabled') { natWarning = heredoc` ${color.dim('===')} ${color.bold('WARNING: Outbound IPs Will Be Reused')} - ${color.yellow('⚠️ The following outbound IPs (IPv4 and IPv6) will become available for reuse:')} + ${color.yellow('⚠️ Deleting this space frees up the following outbound IPv4 and IPv6 IPs for reuse:')} ${color.bold(displayNat(space.outbound_ips) ?? '')} ${color.dim('Please update the following configurations:')}