Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
@jamengual correct; we have to maintain friendly support for headless terminals / TTY-less terminals
I believe we already expose these as general variables. What about using an existing provider: https://registry.terraform.io/providers/tchupp/env/latest/docs/data-sources/variable https://registry.terraform.io/providers/shekhar-jha/env/latest/docs/data-sources/env_os There's a dozen or more of these env var terraform providers.
Alternatively, I'd be open to supporting the template substitutions we support else where (e.g. `stack_name_pattern`) so you can define your own ENV vars or tags. But building in this opinionated...
I think @nitrocode means a way to not pass a variable, versus passing the variable as null.
I think we could do something using [`!`](https://stackoverflow.com/questions/9664113/what-does-a-single-exclamation-mark-do-in-yaml). E.g. ```yaml some_input: !unset ```
I think we should support this, with the option of `TF_DATA_DIR` matching the workspace the way we disambiguate it in the S3 state backend. Similarly, I think we should add...
This is a great addition. Although if #304 were merged, it could also solve this pain point.
@maaslalani would love to see this feature! It's very hard to set up the demo environment before recording, since [any rc files are disabled](https://github.com/charmbracelet/vhs/blob/f63afe6fd7d74cb46845889803bfcec410245e1c/shell.go#L24) (otherwise this would be a great...
I've been running docker containers mailgun/vulcand:v0.8.0-beta.2 and most recently mailgun/vulcand:v0.8.0-beta.3. Still experiencing really bad memory leaks. After 24 hours, it's back up to about 4.5GiB ram. ``` CONTAINER CPU %...
@klizhentas sure! Any chance you could push it as a container to Docker Hub? Fwiw, using Registrator+SkyDNS. Here's how I announce ``` ExecStart=/usr/bin/docker exec central_vulcand /go/bin/vctl --vulcan 'http://localhost:8192' backend upsert...