issues
search
cloudposse
/
terraform-datadog-platform
Terraform module to configure and provision Datadog monitors, custom RBAC roles with permissions, Datadog synthetic tests, Datadog child organizations, and other Datadog resources from a YAML configuration, complete with automated tests.
https://cloudposse.com/accelerate
Apache License 2.0
104
stars
55
forks
source link
Enhance synthetics to accept Datadog API output of test definitions
#81
Closed
Nuru
closed
1 year ago
Nuru
commented
1 year ago
what
For all modules:
Remove dependency on Terraform AWS provider
Update Terraform requirement to v1.0.0
Enhance the
synthetics
module:
Accept tests defined according to the schema of the Datadog API outputs
Make addition of
null-label
tags optional
why
Nothing in the modules needs or is specific to AWS
Terraform has been in General Release (v1.0.0) for long enough to drop support for pre-release versions
Make it easy to create and modify tests using the Datadog web UI and then maintain them via Terraform
Better control of tagging
references
Overview
of Datadog synthetic tests
API to
retrieve an individual API test
API to
retrieve an individual browser test
API to
retrieve a list of all tests
Nuru
commented
1 year ago
/terratest
Nuru
commented
1 year ago
/terratest
Nuru
commented
1 year ago
/terratest
what
synthetics
module:null-label
tags optionalwhy
references