terraform-provider-dynatrace
terraform-provider-dynatrace copied to clipboard
Sporadic occurrences of missing IDs in terraform generated by terraform-provider-dynatrace -export
**Describe the bug** As I believe Adam has made known to you, occasionally, terraform-provider-dynatrace -export will omit the attribute name, like: ``` Writing modules ___providers___.tf Remove Non-Referenced Modules ... Finish...
**Describe the bug** Terraform keeps trying to update the contents of the json dashboards even if there are no changes in the code. My observation is that the content it...
Hi everyone, in the Dynatrace UI, it is possible to order the list of process group naming rules. There are buttons for moving a rule up or down in. I...
**Describe the bug** When attempting to execute an environment export, no settings related to process groups appear in the output. Additionally, when using `-export -list-exclusions`, these same configuration do not...
**Is your feature request related to a problem? Please describe.** The Terraform provider for Dynatrace does not provide clear documentation or functionality for using the exported JSON configurations of Synthetic...
**Is your feature request related to a problem? I want to exclude all the Dynatrace Public Synthetic locations from the Web Application Capturing, to do this in terraform I need...
[Platform Tokens](https://docs.dynatrace.com/docs/manage/identity-access-management/access-tokens-and-oauth-clients/platform-tokens) are likely a suitable alternative for fetching Bearer Tokens via OAuth Clients. Potential solution for Terraform: * Introduce an environment variable `DT_BEARER_TOKEN` for authentication * If present, it...
After a quick review it looks like the REST API behavior has changed here.
Customer reports applying Workflows leads to this error message ``` Error: Provider produced inconsistent final plan 3774│ 3775│ When expanding the plan for 3776│ module.wf_strata_qa_test_statuses.dynatrace_automation_workflow.POC_Workflow_Alert 3777│ to include new values...
Hello, I’m working on creating a new dynatrace_credentials resource to upload a PEM certificate for validating extensions. The resource definition I’m using is as follows: ``` resource "dynatrace_credentials" "root_certificate" {...