Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
> Another benefit: I have team members that strongly dislike creating root modules that are simply slim wrappers of a single child module because then we're in the game of...
@kevcube committing the files is not required if using component.yaml, and mitigated from a code review perspective using `.gitattributes`. See https://sweetops.slack.com/archives/C031919U8A0/p1714589350835659 # Option 1: Vendor and Commit By default, Cloud...
Should components be able to have their own `vendor.yaml` that can be imported? ``` apiVersion: atmos/v1 kind: AtmosVendorConfig metadata: name: example-vendor-config description: Atmos vendoring manifest spec: # `imports` or `sources`...
Imagine a `vendor.yaml` with the following. ``` apiVersion: atmos/v1 kind: AtmosVendorConfig metadata: name: example-vendor-config description: Atmos vendoring manifest spec: # `imports` or `sources` (or both) must be defined in a...
How would overrides pattern work, if you want to use vendoring as proposed? > [!NOTE] > Monkey patching is an anti-pattern, but is supported ## Option 1 Without any signficant...
> new tf alias can be brought up via a GH issue if we find that we want to discuss that further. @Gowiem there might be some confusion on aliases;...
I would recommend instead passing an [`.env` file](https://docs.docker.com/compose/environment-variables/). Also, since goofys uses the AWS SDK, using the `.aws/credentials` file shouldn't be necessary (we've never used it)
Any pull requests welcome. We don't have any active customer engagements that could sponsor this work. Tag us in `#pr-reviews` on [SweetOps](https://slack.cloudposse.com) to prioritize review.
Yes, we're willing to remove/update any of those things that tied this module to our fork now that https://github.com/runatlantis/atlantis/pull/1694 finally made it in! @jamengual is I think working on something...
@shashimal sorry, somewhere we have outdated instructions telling you to run `make github/init`. This is introducing some old versions of our configurations. Can you please remove any files modified in...