github dynatrace-oss/terraform-provider-dynatrace v1.2.1

latest releases: v1.67.0, v1.66.0, v1.65.0...
3 years ago

Release v1.2.1 includes updated documentation for the supported resources of v1.2.0.


Resources introduced with v1.2.0:

  • dynatrace_service_anomalies
  • dynatrace_application_anomalies
  • dynatrace_host_anomalies
  • dynatrace_database_anomalies
  • dynatrace_custom_anomalies
  • dynatrace_disk_anomalies

When importing dynatrace_service_anomalies, dynatrace_application_anomalies, dynatrace_host_anomalies or dynatrace_database_anomalies using terraform import, please be aware of the fact, that they represent permanent configuration - and therefore are not represented by a unique identifier. It's recommended to use the resource identifier instead of the ID, like in this example.

terraform import dynatrace_database_anomalies.dynatrace_database_anomalies dynatrace_database_anomalies

Bug Fixes:

  • #35: Resources exported via direct invocation of the provider executable will not contain white spaces anymore
  • #36: Applying a faulty configuration for dynatrace_notification resulted in a tainted state being created

Don't miss a new terraform-provider-dynatrace release

NewReleases is sending notifications on new releases.