-
Notifications
You must be signed in to change notification settings - Fork 7
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
Freshly created application_credentials cant be passed to metacube_cluster on first run #96
Comments
Hi @KoffeinKaio , sorry for the late reply, I couldn't reproduce the behavior described here. What version of terraform/providers do you use? |
Hey,
I can still reproduce this, minimal example:
|
Interesting, still can't reproduce it on mac with same versions. Could you maybe try with a valid cluster version. the current code throws:
|
The problem exists before even trying to create the cluster, the version number error was from me minifying my terraform file for github |
if you run the minified code with the right version number, you still get the error? |
Yes.
|
could you try removing the |
I already debugged all of this, I even created a new terraform deployment/empty folder for the minified version. |
I tried on a linux as well, and couldn't reproduce it. Could you try on a different machine? |
will be fixed in |
fixed. |
I'm trying to create the application token on the fly and pass it to metacube to create the cluster
It works if I execute "terraform apply" twice, because it errors on the first run suggesting a provicer bug:
Tree:
modules/openstack/main.tf
modules.openstack/outputs.tf:
./main.tf:
Any Idea if this is the wrong way to do it in my code or if it is indeed a provider bug?
The text was updated successfully, but these errors were encountered: