Philipp Erbelding
Philipp Erbelding
Thanks for your interest. In our situation I'd like to add the cache server as a separate container in the Atlantis pod. Configure it to listen on localhost and using...
The same also happens when you forget to put quotes around a string default value like this: ``` variable "foo" { type = string default = bar } ```
If using for_each with values or keys that might contain spaces, apply shell escaping for these too. The `-I {}` was not needed with macOs 13.5 xargs (from FreeBSD) ```...
Testing with trivy 0.56.2 as well as main from a few days ago, I'd like to report that NO_COLOR is working, at least for these cases: 1. Info line of...
The only thing I can say, is that this error message is shown when the password is incorrect and probably some other authentication issues.
I think the approach for transitioning is solid. Even once top level ´inputs` is dropped, all that's needed is slapping a `variables` block around the existing lines for standard configurations....
One alternative that I have not seen discussed: Always use files? It would still be a major change, and discussion like this is very much needed. A big upside would...