-
Notifications
You must be signed in to change notification settings - Fork 13
Minor changes #255
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
Minor changes #255
Conversation
Rotating tokens as they have expired
This was missed in a previous PR. It was caused by a find and replace.
|
I have a question: On the new variable for clouds.yaml, why is it called "openstack"? Is that required by terraform? I find the name "openstack" to be a little bit ambiguous, can be interpreted in many different ways, so I would suggest something more clear unless we are forced to used it. |
I understand it is weird. I was just using whatever name the clouds.yaml file suggests to use. But actually I remembered incorrectly. I will rename it from |
|
Does that mean that Terraform is not capable of getting the cloud name from the title of each section in clouds.yaml, and that's why you need to add another label to the file? |
|
I can reply to my last question. Apparently not, from what Gemini just told me :) |
5ebe90d to
f162c9e
Compare
When deploying in different clouds we need separate credentials. I've added a variable called cloud which will tell terraform which entry in clouds.yaml to use for authentication.
We are only deploying one container. This was missed in a previous PR and needs to be removed.
f162c9e to
72a1db5
Compare
Minor changes to the deployment.