ScalewayPublisher creates one Scaleway Instance per publisher name.
Inputs
Required: tenantUrl and apiToken, unless registrations is provided.
Optional platform inputs: type, image, zone, securityGroupId, and enableDynamicIp.
Image and bootstrap behavior
The default image is ubuntu_jammy. Scaleway uses bootstrap mode and passes cloud-init through the instance cloudInit and userData fields.
Outputs
publisherNames and secret publishers, keyed by publisher name.
Pulumi CLI
1 2 3 4 5 6
pulumi config set scaleway:access_key --secret pulumi config set scaleway:secret_key --secret pulumi config set scaleway:project_id <project-id> pulumi config set netskope:tenantUrl https://tenant.goskope.com pulumi config set netskope:apiToken --secret pulumi up