Skip to content

Commit

Permalink
escape query
Browse files Browse the repository at this point in the history
  • Loading branch information
amaskara-dd committed Jan 28, 2025
1 parent fe1454e commit b118bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog/tests/resource_datadog_monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ resource "datadog_monitor" "foo" {
type = "cost alert"
message = "test"
query = "formula(query1).last("30d").anomaly(direction="both") > 6"
query = "formula(query1).last(\"30d\").anomaly(direction=\"both\") > 6"
variables {
cloud_cost_query {
Expand Down

0 comments on commit b118bfc

Please sign in to comment.