Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
To improve the usability of our Decide on Primary AWS Region documentation, add a link to the AWS Region Comparison tool: https://region-comparison.aws.com/. Update: https://docs.cloudposse.com/layers/network/design-decisions/decide-on-primary-aws-region/ Add a link to https://region-comparison.aws.com/ This...
## what - run test cases via `cmd.Execute()` instead of compiled binary - update terraform CLI tests to use helper - fix golangci configuration for lint - document in-process test...
## Summary - restrict CI env helpers to tests only - remove ci_env.go from testutils package - keep package buildable with minimal testutils.go ## Testing - `make lint` *(fails: can't...
## Summary - use Charmbracelet logger directly instead of `u.Log*` helpers - replace `log.Warnf` and `fmt.Sprintf` calls with structured fields ## Testing - `make lint` *(fails: can't load config)* -...
## Summary - convert parameter docs to use `` elements - clarify CLI docs with nested definition lists - fix broken frontmatter in completion docs ## Testing - `git status...
## Summary - parse `--components`, `--component-types`, and `--sections` as string slices - replicate panic when slice flags are defined as strings in a unit test - document the need to...
## what - shorten logging.md section and link to `structured-logging.md` - clarify lint rule usage for structured logging keys ## why - reduce duplication and clarify use of Staticcheck ST1019...
## what - shorten logging.md section and link to `structured-logging.md` - clarify lint rule usage for structured logging keys ## why - reduce duplication and clarify use of Staticcheck ST1019...
### Describe the Feature The `atmos terraform clean` command will clean up some well-known paths. However, running terraform commands and result in other temporary files getting created. With this feature,...
## what - Provide an area for announcements ## why - A lot is changing in atmos and following releases is difficult to get the big picture ## Summary by...