Erik Osterman (CEO @ Cloud Posse)

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

This PR contains the output-related fixes that were part of the larger #1431 PR. The scope has been narrowed to focus specifically on improving test output handling, fixing skip reason...

✅ **Commit history has been cleaned up!** Successfully squashed 229 commits into 8 logical, well-organized commits: 1. **Initial setup** - Tool infrastructure and configuration 2. **CLI commands** - Core stream...

In general, I would take every single opportunity to avoid using Go templating when you can. Go templating is an escape hatch, and the more complex the expression or the...

@astephanh agreed! In fact, we've already assigned a task to work on this. We'll link to this issue when the PR is opened.

We have an up coming task to implement this, so we will ensure the requirements include also being able to filter by enabled/disabled, locked and unlocked, and any combination of...

# YAML Stack Configuration ``` # stack.yaml vars: tenant: tenant1 environment: prod region: us-west-2 components: terraform: vpc: vars: cidr_block: "10.0.0.0/16" eks: vars: vpc_id: !terraform.state vpc vpc_id instance_type: "m6i.large" desired_capacity: 3...

@mtb-xt I think if there's enough interest, we can add multiple. We have an initial stab at this here: - cloudposse/atmos#1842 It implements a stack loader registry which supports a...

This has been addressed in subsequent PRs: ## Related PRs - **#1614** - Fixed the default behavior for `metadata.component` when not explicitly set (regression fix) - **#1840** - Added comprehensive...