Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tracingDatasourceUid for the jsondata block for grafana_data_source #462

Closed
lorelei-rupp-imprivata opened this issue Apr 21, 2022 · 0 comments · Fixed by #505
Closed

Comments

@lorelei-rupp-imprivata
Copy link

With AWS Managed Grafana, when you create a CloudWatch datasource, you have the ability to link it with X-Ray Datasource if you have set one up

The HTTP API shows a "tracingDatasourceUid" key in the jsonData map

I tried to pass this in terraform but it is not supported,

Error: Unsupported argument

on main.tf line 93, in resource "grafana_data_source" "cloudwatch_us_west_2":
93: tracingDatasourceUid = grafana_data_source.xray_us_west_2[each.key].uid

An argument named "tracingDatasourceUid" is not expected here.

Can we get support for this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant