pulumiverse / pulumi-grafana

Pulumi provider for Grafana
Apache License 2.0
19 stars 10 forks source link

Upgrade the Terraform Provider from 2.4.0 to 2.13.0 #113

Closed ImTomEddy closed 5 months ago

ImTomEddy commented 5 months ago

The current terraform provider powering the Pulumi provider generation is 2.4.0. This should be upgraded to the latest version (currently 2.13.0) to ensure feature parity.

One feature missing that I need is grafana_sso_configuration.

ImTomEddy commented 5 months ago

After speaking with some amazing folks on the Pulumi Community slack it looks like the process to execute the upgrade can be found at https://github.com/pulumi/pulumi-terraform-bridge/blob/master/pf/README.md?plain=1#L119.

When I get some time, I'll give it a go.