-
Notifications
You must be signed in to change notification settings - Fork 103
bug: failures with digital ocean auth when running automation branch #175
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
Comments
Shows errors as in description...
However, If I remove the 4 keys beginning with
It now works as expected:
But, then it bombs out in the subsequent projects because it's missing information. Question is, why does it care about those (unused) variables? |
this is definitely tied to the configuration file - if we remove the offending lines from the configuration or we point to an empty config file everything works as expected. So, there is definitely something going on with the do provider and how it accesses that configuration file - note that we don't even need to use the file (ie, we can strip the code down to not even touch the file in that we don't pull any values from it) and it still bombs out. |
Solved; a recent update to pulumi disallowed the use of a plugin's namespace for variables; so Will close when #167 merges. |
Describe the bug
When trying to deploy to DO the following errors are thrown:
To Reproduce
Steps to reproduce the behavior:
runner.sh -p do up
Notes:
doctl auth init
.Expected behavior
We should deploy on Digital Ocean
Your environment
Additional context
None.
The text was updated successfully, but these errors were encountered: