terraform-provider-dynatrace icon indicating copy to clipboard operation
terraform-provider-dynatrace copied to clipboard

Results 49 terraform-provider-dynatrace issues
Sort by recently updated
recently updated
newest added

When using the export functionality, the `description` field does not get exported to the .tf file. Expected behaviour: if a calculated metric has a description it should export the .tf...

Issue: In UI, we can see the option to modify the % decimal points on SLO Tile. But using terraform, I do not see that option. Refer to the snapshot...

Hello, After any change (e.g. change dashboard owner), a new dashboard is created rather than the existing dashboard being modified. The old dashboard is also left in place. I was...

Hi Team, ### [Modify **Service Settings** ​using terraform. As a customer, we are trying to create a starter kit for development teams to updated "Service settings". **Service Settings** = Access...

enhancement

We are using the k8s_credentials resource to add our EKS clusters to dynatrace. When deleting the kubernetes connection outside of terraform, terraform is not able to run through until you...

enhancement

I defined some dynatrace_custom_anomalies resources within a project. As part of the resource I did NOT set disabled_reason or warning_reason. On subsequent runs, terraform see's these fields set to NONE...

enhancement

Hi, please add dynatrace_request_naming_rule. At a customer we have several global requst naming rule that are currently set using monaco framework or raw API. Would be nice to do that...

enhancement

Currently only admin tokens are allowed to be used, which limits usability of this tool to only admins Adding ability to use private tokens created by users would extend its...

enhancement

After a export of the management zones the optional ID is missing (https://registry.terraform.io/providers/dynatrace-oss/dynatrace/latest/docs/resources/management_zone) `resource "dynatrace_management_zone" "XX_XXX_XXX" { name = "WK_Remote_Services" rules { type = "SERVICE" enabled = true conditions {...

bug

When creating multiple aws_credentials (e.g. 5) only some of them are realy created in Dynatrace. But the terraform provider says the config was successfull and they are listed in the...

bug