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 new dashboard API #211

Closed
lexrj opened this issue May 20, 2019 · 1 comment
Closed

Support new dashboard API #211

lexrj opened this issue May 20, 2019 · 1 comment

Comments

@lexrj
Copy link

lexrj commented May 20, 2019

Hi there,

Terraform Version

11+

Affected Resource(s)

  • datadog_screenboard
  • datadog_timeboard

Expected Behavior

Datadog API has deprecated the screenboard and timeboard APIs in favor of a unified dashboard API: https://docs.datadoghq.com/api/?lang=bash#dashboards

I would expect the provider to match in this regard. This covers at least two additional behavior:

  • GROUP type widgets are not reported by the deprecated Timeboard API but are reported by the Dashboard API; I would expect GROUP type widgets to be supported by this provider
  • Only Legacy IDs can be used for terraform import, even though these are hard to find in the UI.

Actual Behavior

At least as a user, it appears that the terraform-provider-datadog maps to the old API.

@bkabrda
Copy link
Contributor

bkabrda commented Jul 24, 2019

This was added in #249 and will be part of next release (hopefully before end of this week).

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

No branches or pull requests

2 participants