-
-
Notifications
You must be signed in to change notification settings - Fork 3
Migrate README generation to atmos #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughAdds Atmos scaffolding via a new atmos.yaml import, updates .gitignore, removes Makefile harness, and extensively restructures documentation (README.md, README.yaml, src/README.md) with a new AGENTS.md contributor guide. No functional code changes; primarily configuration and docs. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant ATM as Atmos CLI
participant CFG as Remote Config (import)
participant TF as Terraform
participant TT as Terratest (Go)
Dev->>ATM: atmos docs/test/apply
ATM->>CFG: import terraform-component.yaml
CFG-->>ATM: shared component config
ATM->>TF: generate/run component with merged config
alt Tests
TF-->>TT: provisioned infra details
TT->>TF: assertions & cleanup
else Docs
ATM-->>Dev: README generation via terraform-docs
end
note over ATM,TF: New: centralized config via import
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (7)
✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
|
These changes were released in v1.536.1. |
what
why
Summary by CodeRabbit
Documentation
Chores