Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 18:49
· 22 commits to main since this release
de6603d
Enhance synthetics to accept Datadog API output of test definitions @Nuru (#81)

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