Skip to content

Instance create: disable default networking when no default VPC - #3319

Open
david-crespo wants to merge 5 commits into
mainfrom
custom-nic-no-default-vpc
Open

Instance create: disable default networking when no default VPC#3319
david-crespo wants to merge 5 commits into
mainfrom
custom-nic-no-default-vpc

Conversation

@david-crespo

@david-crespo david-crespo commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

The reason this half-worked is that we were disabling Default when there were no VPCs at all. Now we specifically check for a VPC called default. I also improved the styling on a disabled radio button — before the text was normal color and you couldn't tell it was disabled.

image
image

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
console Ready Ready Preview Aug 12, 2026 8:56pm

Request Review

<Radio
name="networkInterfaceType"
value="default"
disabled={!hasVpcs || disabled}

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the wrongest bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant