grafana / x-ray-datasource

AWS X-Ray data source
Apache License 2.0
35 stars 12 forks source link

Terraform provider documentation for the plugin #244

Open Mjb141 opened 1 month ago

Mjb141 commented 1 month ago

Is your feature request related to a problem? Please describe. The README doesn't currently contain any Terraform examples using the Grafana Terraform provider (), so configuring this data source with Terraform requires puzzling out the JSON object keys using a combination of https://github.com/grafana/x-ray-datasource?tab=readme-ov-file#using-accesskey-and-secretkey and guesswork.

Describe the solution you'd like An example of provisioning this data source with Terraform added to the README. It should be more feature-complete than the existing provisioning example (i.e. other options such as assuming role, external ID, default region, custom endpoint etc should be demonstrated).

idastambuk commented 1 month ago

Hi @Mjb141 thanks for letting us know, I will add this to the backlog, though we don't have an estimate on when we will get to it. However, if you've already managed to provision your datasource with the terraform provider, we happily welcome community PRs to update the docs!