cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Terraform provider generates terraform-provider-dynatrace.log

Aidar
Visitor

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"
    }
  }
}

 

 

 

1 REPLY 1

ChadTurner
DynaMight Legend
DynaMight Legend

@Aidar were you able to get this turned off? Id assume it might be a switch on terraform itself? 

-Chad

Featured Posts