Providers
Scaleway
CL3Connects with an IAM API secret key, verified against the projects endpoint. 60 official Terraform resource types cover VPC, instances, Kapsule Kubernetes, managed databases, and Object Storage.
The 60 official resource types plus 17 edge modules cover the same ground as the hyperscaler providers. Instance, network, and managed database are all first-class. They are not extra modules added later.
- Defaults to the fr-par-1 zone.
- 17 additional edge modules cover security groups, flexible IPs, public gateways, and serverless functions.
Capability maturity
- FinOps (cost sync)
- Drift detection
- Day-2 operations
- Brownfield import
- AI copilot
A minimal real resource
resource "scaleway_instance_server" "web" {
type = "DEV1-M"
image = "ubuntu_jammy"
zone = "fr-par-1"
}Under the hood
- backend/src/services/scaleway-connection.ts
- backend/src/services/iac/scaleway/**