github.com/GoogleCloudPlatform/terraformer@v0.8.18/tests/datadog/resources/downtime.tf (about)

     1  # Create a Datadog downtime for all monitors
     2  resource "datadog_downtime" "downtime_example" {
     3    scope = ["*"]
     4  
     5    recurrence {
     6      type   = "days"
     7      period = 1
     8    }
     9  }