Azure shared dashboard is being deployed using Terraform. It is working fine in all other environments except in one environment. Below is the error message.
/opt/hostedtoolcache/terraform/1.0.11/x64/terraform apply -auto-approve /home/vsts/work/1/tfplan-pre-1/tfplan-pre
azurerm_dashboard.custom-dashboard: Creating...
azurerm_dashboard.custom-dashboard: Creating...
|
|
##[error]Error: The process '/opt/hostedtoolcache/terraform/1.0.11/x64/terraform' failed with exit code 1
Finishing: Terraform Apply
We are not getting any error message. terraform apply simply stops right after message "azurerm_dashboard.custom-dashboard: Creating...". The same is working fine in all other environments and failing in this environment. Is there any other way that can be used to get more info on this issue
Help would be much appreciated