I am trying to create an event overlay with terraform, so far this works
event {
q = "sources:test tags:1"
}
The issue is that I want to style it, display an alias and in another color like the datadog UI shows, but terraform does not seem to have that api, any ideas?