Erik Osterman (CEO @ Cloud Posse)

Results 275 comments of Erik Osterman (CEO @ Cloud Posse)
trafficstars

Let's not forget what happened to the previous ECS CLIs. Spoiler Alert: abandoned. - https://github.com/awslabs/fargatecli - https://github.com/aws/amazon-ecs-cli

@kevcube have you seen the `--skip-init` flag? You can add that and then it won't do it automatically.

@ntwkninja would you be willing to open a PR for this? The proposal sounds good. I'd rather adopt a more general flag. What about one of: - `insecure_tls: true` -...

This is planned, and @aknysh started some work on this. Unfortunately, we don't have an ETA.

It partially implemented it. Unfortunately, the dependency order applies are only with the `--affected` argument. The ability to apply `--all` components in order is not yet implemented, but is planned....

@Nuru what if we added support for custom args to the shell, to make it more configurable: In `atmos.yml` we already support a configuration section for the prompt. ``` components:...

Relates to #146 Yes, just specify the `TMPDIR` environment variable with the path to the directory. The directory must exist. Depending on your OS, this variable may be different. This...

https://sweetops.slack.com/archives/C031919U8A0/p1744307911977809?thread_ts=1744307873.206619&cid=C031919U8A0

@zack-is-cool the proposal makes sense to me and is congruent with the other flag `init_run_reconfigure`. Alternatively, we could maybe add `init_flags` option. Also, you can always execute `atmos terraform init...