Hey Pulumiverse team! I have a couple questions i...
# pulumiverse
t
Hey Pulumiverse team! I have a couple questions if y'all have a moment: 1. It looks like as of a few hours ago, v1.0.0 of the provider for Grafana was pushed. The documentation on the Pulumi site, however, has not updated yet to the newest version. Is that still safe to use, even on v .19.x? 2. Does anyone have any working examples of utilizing Pulumi + Grafana? Ideally with Grafana Cloud & AWS Cloudwatch, but I'll take anything to get started at this point 🙂 Thanks!
l
@thankful-cricket-58924 the documentation is up to date in the registry in the meantime: https://www.pulumi.com/registry/packages/grafana/ For packages not maintained by Pulumi themselves, checks for new provider versions is only done twice a day, meaning there are a few hours the docs can lag.
FYI Pulumiverse is a community and it are volunteers maintaining the providers there. These are not officially maintained by Pulumi Corp.
t
@limited-rainbow-51650 Awesome, that's good to know. I was viewing that documentation earlier, but didn't realize new provider versions were checked twice a day 👍. Do you know of any working examples of an integration of the package I could use as a reference?
s
@limited-rainbow-51650 @thankful-cricket-58924 hi folks, I too am getting started with the Grafana provider and am a bit unclear from the setup docs https://www.pulumi.com/registry/packages/grafana/installation-configuration/#set-environment-variables
Copy code
export GRAFANA_CLOUD_ACCESS_POLICY_TOKEN=<GRAFANA_CLOUD_ACCESS_POLICY_TOKEN>
export GRAFANA_URL=<GRAFANA_URL>
export GRAFANA_AUTH=<GRAFANA_AUTH>
What is
GRAFANA_AUTH
supposed to be?
Nevermind, found it in https://www.pulumi.com/registry/packages/grafana/api-docs/provider/?utm_source=chatgpt.com#inputs. Seems like setting cloud access policy token to its string literal and then setting
GRAFANA_AUTH=anonymous
resolves my issues