Skip to content

Commit

Permalink
Add migration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Mar 5, 2024
1 parent 5dcdca9 commit f65fcb7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@ class ScalewayServer : Stack
{{% /choosable %}}

{{< /chooser >}}

## Issues

This is a community maintained provider. Please file issues and feature requests here:

[pulumiverse/pulumi-scaleway](https://github.com/pulumiverse/pulumi-scaleway/issues)
16 changes: 16 additions & 0 deletions docs/installation-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@ pulumi plugin install resource scaleway <version> --server github://api.github.c

Replace the version string with your desired version.

### Migrating from the LbrLabs package

The maintenance of this provider has been transferred from LbrLabs to Pulumiverse.
LbrLabs published up to v1.11.0, where Pulumiverse picks up with an initial v1.11.1
containing the renamed packages.

If you were using the LbrLabs edition, please update your dependencies to the
Pulumiverse edition:

| Programming Language | LbrLabs name | Pulumiverse name |
| -- | -- | -- |
| JavaScript/TypeScript | `@lbrlabs/pulumi-scaleway` | `@pulumiverse/scaleway` |
| Python | `lbrlabs_pulumi_scaleway` | `pulumiverse_scaleway` |
| Go | `github.com/lbrlabs/pulumi-scaleway/sdk/go/scaleway` | `github.com/pulumiverse/pulumi-scaleway/sdk/go/scaleway` |
| .NET | `Lbrlabs.PulumiPackage.Scaleway` | `Pulumiverse.Scaleway` |

## Setup

To provision resources with the Pulumi Scaleway provider, you need to have Scaleway credentials. Scaleway maintains documentation on how to create API keys [here](https://www.scaleway.com/en/docs/console/my-project/how-to/generate-api-key/)
Expand Down

0 comments on commit f65fcb7

Please sign in to comment.