Wes McNamee
Wes McNamee
regarding the need for functions to be `pure`, it makes sense that functions would really just be pre-baked expressions of all the existing "primitive" functions (and expression language) that is...
I recently found this tool: https://github.com/Narigo/keepass-diff It would be really nice if a diff could be done. Even better if it was interactive like git, such that I could pick...
100% what @erik78se wrote. Iteration 1: show me the diff. Iteration 2: act like `git` and let me choose what changes I'd like to persist.
so it seems that the "correct" way to have internal and internet-facing traffic patterns is to create separate ambassador installations, public and private (or similar names/ids)?
I just stumbled onto this issue, and I'm also concerned. This is definitely a bug that could cause major issues.
if atlantis had an API, you could read the apply status, and using the github api to write the specific `apply` comments.
I've always wanted an apply order or dependency graph
We did something similar for AWS Secrets Manager. We look for a secret based on a known convention, and pull that secret, setting `TF_VAR_` as environment variables prior to running...
I'm not super sure, the documentation only mentions UDP. I will try it and see. If it works I can change this issue to reflect a documentation update.
> we use the datadog statsd library directly Oh that's even better! This all stems from needing origin detection.