We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, It seems that the terraform provider doesn't support creating servicemap widgets.
0.12.x
Being able to create servicemap visualisations : https://docs.datadoghq.com/fr/dashboards/widgets/service_map/ Widget schema :
SERVICEMAP_SCHEMA = { "type": "object", "properties": { "type": {"enum": ["servicemap"]}, "filters": {"type": "array", "items": {"type": "string"}, "minItems": 1}, "service": {"type": "string"}, "title": WidgetSchema.TITLE }, "required": ["type", "filters", "service"], "additionalProperties": False, }
The text was updated successfully, but these errors were encountered:
gzussa
Successfully merging a pull request may close this issue.
Hi,
It seems that the terraform provider doesn't support creating servicemap widgets.
Terraform Version
0.12.x
Affected Resource
Feature Request
Being able to create servicemap visualisations : https://docs.datadoghq.com/fr/dashboards/widgets/service_map/
Widget schema :
The text was updated successfully, but these errors were encountered: