You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: