I am installing DC/OS on azure via terraform. My installation fails and I cannot get to the DC/OS dashboard due to this error. The exact output is Error:module.dcos.module.dcos-core.module.dcos-install.null_resource.run_ansible_from_bootstrap_node_to_install_dcos (remote-exec):
Terraform exits siting an error in the script that keeps changing. The latest output was:
Error: error executing "/tmp/terraform_1565201352.sh": Process exited with status 2
I creating a main.tf file as provide here
These outputs are after running terraform apply "plan.out" to execute the infrastructure plan. What is causing this error & how can I resolve this?