grafana / grafana-foundation-sdk

A set of tools, types and libraries for building and manipulating Grafana objects.
Apache License 2.0
25 stars 1 forks source link

Terraform example! #147

Closed julienduchesne closed 1 month ago

julienduchesne commented 1 month ago

This adds a showcase of how to use the Foundation SDK from Terraform directly Terraform has the external datasource (https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external) that can call any external tool to introduce data

We can use this datasource to call the Foundation SDK in whatever language the user wants to use