Skip to content

Commit

Permalink
Added migration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Mar 4, 2024
1 parent 2815583 commit d0d06ed
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 @@ -35,3 +35,9 @@ service_account = grafana.ServiceAccount(

{{% /choosable %}}
{{< /chooser >}}

## Issues

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

[pulumiverse/pulumi-grafana](https://github.com/pulumiverse/pulumi-grafana/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 grafana <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 v0.2.0, where Pulumiverse picks up with an initial v0.2.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-grafana` | `@pulumiverse/grafana` |
| Python | `lbrlabs_pulumi_grafana` | `pulumiverse_grafana` |
| Go | `github.com/lbrlabs/pulumi-grafana/sdk/go/grafana` | `github.com/pulumiverse/pulumi-grafana/sdk/go/grafana` |
| .NET | `Lbrlabs.PulumiPackage.Grafana` | `Pulumiverse.Grafana` |

## Setup

To provision resources with the Pulumi Grafana provider, you need to have Grafana credentials.
Expand Down

0 comments on commit d0d06ed

Please sign in to comment.