-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dce system deploy fails with uninformative error message #410
Comments
Got it working by running |
It did not work for me even after
Getting the same error when executing this command:
I tested both in ubuntu 20.04 and in Mac. Resulting with the same error
|
In my case this was because the CLI tool uses an older version of Terraform than is supported. Workaround was to add the download URL for the supported version as stated at https://github.com/Optum/dce/blob/master/modules/main.tf#L2 to my
|
Same issue Default values for dce init dce system deploy Error: error creating infrastructure: Command failed: /home/bunny/.dce/.cache/terraform/0.12.18/terraform apply -no-color -auto-approve -input=false: exit status 1. |
Version information
dce version
reports 0.4.0 though)Describe the bug
Expected behavior
exit status 0, infrastructure created
The text was updated successfully, but these errors were encountered: