Scaleway Vpc
@sntxrr/scaleway-vpcv2026.07.19.1
01README
Manage a Scaleway VPC — sync current state, create, update and delete VPCs, and discover VPCs and Private Networks in a region, via the VPC API with X-Auth-Token auth.
02Models
@sntxrr/scaleway-vpcv2026.07.19.1scaleway_vpc.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| secretKey | string | Scaleway API secret key. Wire with ${{ vault.get(scaleway, SCW_SECRET_KEY) }}. |
| projectId | string | Scaleway Project ID that owns the VPC. |
| region | string | Region, e.g. fr-par, nl-ams, pl-waw. |
| vpcId? | string | ID of the VPC this model manages. Optional — `create` provisions a new |
| endpoint? | string | Override the API host. Defaults to https://api.scaleway.com. |
fn sync()
Fetch the VPC's current state (GetVPC).
fn create(name: string, tags?: array, enableRouting?: boolean)
Provision a new VPC (CreateVPC) and snapshot it.
| Argument | Type | Description |
|---|---|---|
| name | string | Name for the new VPC. |
| tags? | array | Optional tags to attach to the VPC. |
| enableRouting? | boolean | Enable routing between the VPC's Private Networks (default managed by API). |
fn update(name?: string, tags?: array, enableRouting?: boolean)
Mutate the VPC's mutable fields (UpdateVPC) and snapshot it.
| Argument | Type | Description |
|---|---|---|
| name? | string | New name for the VPC. |
| tags? | array | Replacement set of tags for the VPC. |
| enableRouting? | boolean | Enable routing between the VPC's Private Networks. |
fn delete()
Deprovision the VPC (DeleteVPC).
fn list()
Discover all VPCs in the region (factory).
Resources
vpc(infinite)— Snapshot of the VPC's state
private-network(infinite)— Snapshot of a Private Network in the region
03Previous Versions
2026.07.18.1
04Stats
A
100 / 100
Downloads
0
Archive size
9.5 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/sntxrr/swamp-scaleway05Platforms
06Labels