03 Nov 2022
01:06 PM
- last edited on
04 Nov 2022
01: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"
}
}
}
@Aidar were you able to get this turned off? Id assume it might be a switch on terraform itself?