oxidecomputer / terraform-provider-oxide

Oxide Terraform provider
Mozilla Public License 2.0
20 stars 3 forks source link

Add system networking to provider #305

Open internet-diglett opened 7 months ago

internet-diglett commented 7 months ago

Overview

Currently Oxide Rack Networking is often managed via direct API calls, which isn't very ergonomic when testing complex configurations. We'd like to extend the Terraform provider to support more of these configurations for both internal and customer use.

Implementation details

We need to support the following features to enable management of rack networking via Terraform:

Anything else you would like to add?

No response