Scaleway Instances. Build, deploy and scale applications on Europe's most complete cloud ecosystem.
This provider was generated using
pulschema
andpulumi-provider-framework
.
- Node.js: https://www.npmjs.com/package/@cloudyskysoftware/pulumi-scaleway-instances
- Python: https://pypi.org/project/pulumi_scaleway_instances/
- .NET: https://www.nuget.org/packages/Pulumi.ScalewayInstances
- Go:
import github.com/cloudy-sky-software/pulumi-scaleway-instances/sdk/go/sclwyinst
You'll need an API key. Follow Scaleway's docs to create one or head straight to the credential section in their web console.
Then set the API key as a secret with pulumi config set --secret scaleway-instances:apiKey
.
:info: Switch to the main
branch first and get the latest git pull origin main && git fetch
. Check what the last release tag was.
-
Regular releases should just increment the patch version unless a minor or a major (breaking changes) version bump is warranted.
-
Update the
CHANGELOG.md
with notes about what will be included in this release. -
Commit the changelog with
git commit -am "vX.Y.Z"
or something similar and pushgit push origin main
. -
Tag the commit with the release version by running
git tag vX.Y.Z git tag sdk/vX.Y.Z
-
Push the tags.
git push --tags