diff --git a/docs/_index.md b/docs/_index.md index fd01c251..747d7728 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -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) diff --git a/docs/installation-configuration.md b/docs/installation-configuration.md index ba451049..27c6e17a 100644 --- a/docs/installation-configuration.md +++ b/docs/installation-configuration.md @@ -23,6 +23,22 @@ pulumi plugin install resource grafana --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.