03 Nov 2022
08:06 PM
- last edited on
04 Nov 2022
08:23 AM
by
MaciejNeumann
Terraform provider generates terraform-provider-dynatrace.log file in the directory with *.tf scripts.
How to turn off this feature?
terraform {
required_providers {
dynatrace = {
version = "1.14.1"
source = "dynatrace-oss/dynatrace"
}
}
}
20 Jan 2023 03:12 PM
@Aidar were you able to get this turned off? Id assume it might be a switch on terraform itself?