Erik Osterman (CEO @ Cloud Posse)

Results 374 comments of Erik Osterman (CEO @ Cloud Posse)

@suzuki-shunsuke Yes, I agree with you. Something is off with this from the DX for `terraform plan`. Let me think what we can do to improve this. Instead, maybe we...

Also, looks like a bug during plan, it says apply:

Aha, interesting, so navigating with the ← and → keys, you can traverse between the various phases of the plan. Instead, it appears that the summary is "broken" as it...

> - https://github.com/cloudposse/atmos/pull/983#issuecomment-2621528772 > > Using pipeform as Go library makes atmos depend on CGO. > In general, depending on CGO is undesirable. Ugh! Yes, I agree with the implications...

> https://github.com/cloudposse/atmos/issues/926#issuecomment-2594342392 > > This workaround is unavailable for `terraform apply` because it doesn't support `-out` option. Ah, that's unfortunate, I didn't think about that. 🤦‍♂️ so there are a...

Open to an alternative output format. The current format will remain the default. e.g. here's `kubectl` ``` ❯ kubectl version --help Print the client and server version information for the...

Makes sense as a feature. We will be working more on vendoring to improve it in the coming months. Will take this under consideration.

> Potential problem to consider: What about mixins which are vendored (as directories, not single files) into non-vendored directories? Maybe #488 would be required to make that safe. That's really...

One other idea is to ignore any file that is in git. So it will delete any file not committed in the destination folder. Would that work?

I'll create another task internally, to introduce a vendor.yaml.lock file