Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
@mss what if we assumed that any files in the target path which are not added to git, can be cleaned? ``` git clean -fd TARGET_PATH ``` This would likely...
Oops, closed the wrong issue
I like the idea of hooking in outputs or refresh. It could also be part of an automatic drift remediation.
@Nuru our markdown documentation of components uses stack configurations. I think @tirelibirefe is requesting we document them as strictly terraform root modules with variables.
@tirelibirefe, there are indeed many ways to use Terraform, and if Terragrunt works well for your team, that’s great! Our components are part of Cloud Posse’s opinionated reference architecture for...
@tirelibirefe thanks for bringing this to our attention! You're right that the commands in the `README.md` are wrong. We'll fix that, but `atmos` very much indeed works on a Mac...
Also update PR description to reflect changes in the code
Thanks for reporting! We'll take a look.
> OS: Debian 12 (WSL) Symlinks are tricky across platforms. If we detect WSL or Windows, we should probably force `core.symlinks` to `false`, which dereferences symlinks to actual files. That...
@VentByte we plan to ignore all symlinks in vendoring with go-getter due the security issues associated with it. Do you have concerns with this approach?