ojongerius / terraform-provider-datadog

A Terraform plugin to manage Datadog resources.
Mozilla Public License 2.0
29 stars 6 forks source link

Remove placeholder graphs #8

Closed ojongerius closed 9 years ago

ojongerius commented 9 years ago

Graphs are virtual resources, and the API does not allow one to create a Timeboard without at least one graph defined.

To workaround this one we create a dummy graph on creation. This is not pretty but is outweighed by the fact that you can now reuse graphs across multipe Time and Screenboards.

DoD:

ojongerius commented 9 years ago

Fixed in #13