Skip to content

Commit

Permalink
Update packages/cli/src/commands/spaces/destroy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sandy Lai <[email protected]>
  • Loading branch information
justinwilaby and SandyPantsLai authored Jan 10, 2025
1 parent 575425a commit 837ab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/spaces/destroy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:')}
Expand Down

0 comments on commit 837ab88

Please sign in to comment.