Skip to main content

Scaleway Vpc

@sntxrr/scaleway-vpcv2026.07.19.1· 6d agoMODELS
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.

02Models1
@sntxrr/scaleway-vpcv2026.07.19.1scaleway_vpc.ts

Global Arguments

ArgumentTypeDescription
secretKeystringScaleway API secret key. Wire with ${{ vault.get(scaleway, SCW_SECRET_KEY) }}.
projectIdstringScaleway Project ID that owns the VPC.
regionstringRegion, e.g. fr-par, nl-ams, pl-waw.
vpcId?stringID of the VPC this model manages. Optional — `create` provisions a new
endpoint?stringOverride 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.
ArgumentTypeDescription
namestringName for the new VPC.
tags?arrayOptional tags to attach to the VPC.
enableRouting?booleanEnable 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.
ArgumentTypeDescription
name?stringNew name for the VPC.
tags?arrayReplacement set of tags for the VPC.
enableRouting?booleanEnable 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 Versions1
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
05Platforms
06Labels