Azure / deployment-environments

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

Increase deployments verbosity and feedback #18

Open lopezleandro03 opened 1 year ago

lopezleandro03 commented 1 year 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