diff --git a/azure-pipelines-dev.yml b/azure-pipelines-dev.yml index 307ca02..de20ce2 100644 --- a/azure-pipelines-dev.yml +++ b/azure-pipelines-dev.yml @@ -20,6 +20,9 @@ jobs: displayName: 'Install Terraform version $(TF-Version)' inputs: terraformVersion: '$(TF-Version)' + - task: CmdLine@2 + inputs: + script: 'export TF_LOG=TRACE' - template: templates/terraform.yml parameters: saName: '$(sa-name)'