Azure / deployment-environments

Sample infrastructure-as-code templates to get started with Azure Deployment Environments service.
MIT License
67 stars 210 forks source link

Increase deployments verbosity and feedback #18

Open lopezleandro03 opened 10 months ago

lopezleandro03 commented 10 months ago

Many provisioning errors result on zero feedback to the developer making it very hard to troubleshoot.

When the error happens during Terraform plan or Terraform apply, the whole output is displayed, which is great. However, if the error happens before the processor starts deploying, I get a "None".

image