You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** This file was automatically generated by the `build-harness`.
15
+
** This file was automatically generated by the `cloudposse/build-harness`.
20
16
** 1) Make all changes to `README.yaml`
21
17
** 2) Run `make init` (you only need to do this once)
22
18
** 3) Run`make readme` to rebuild this file.
@@ -32,22 +28,17 @@
32
28
33
29
GitHub Action that outputs list of Atmos components by jq query
34
30
35
-
---
36
-
37
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
38
-
39
-
40
-
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
31
32
+
> [!TIP]
33
+
> #### 👽 Use Atmos with Terraform
34
+
> Cloud Posse uses [`atmos`](https://atmos.tools) to easily orchestrate multiple environments using Terraform. <br/>
35
+
> Works with [Github Actions](https://atmos.tools/integrations/github-actions/), [Atlantis](https://atmos.tools/integrations/atlantis), or [Spacelift](https://atmos.tools/integrations/spacelift).
36
+
>
37
+
> <details>
38
+
> <summary><strong>Watch demo of using Atmos with Terraform</strong></summary>
> <i>Example of running <ahref="https://atmos.tools"><code>atmos</code></a> to manage infrastructure from our <ahref="https://atmos.tools/quick-start/">Quick Start</a> tutorial.</i>
41
+
> </detalis>
51
42
52
43
53
44
## Introduction
@@ -75,9 +66,8 @@ Output of this action is a list of basic component information. For example:
75
66
76
67
77
68
78
-
## Usage
79
-
80
69
70
+
## Usage
81
71
82
72
### Config
83
73
@@ -173,6 +163,14 @@ Which would produce the same behavior as in `v2`, doing this:
173
163
Please note that the `atmos-gitops-config-path` is not the same file as the `atmos-config-path`.
174
164
175
165
166
+
> [!IMPORTANT]
167
+
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
168
+
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
169
+
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
170
+
> approach for updating versions to avoid unexpected changes.
171
+
172
+
173
+
176
174
177
175
178
176
@@ -196,75 +194,94 @@ For additional context, refer to some of these links.
196
194
- [example-github-action-release-workflow](https://github.com/cloudposse/example-github-action-release-workflow) - Example application with complicated release workflow
197
195
198
196
197
+
198
+
> [!TIP]
199
+
> #### Use Terraform Reference Architectures for AWS
200
+
>
201
+
> Use Cloud Posse's ready-to-go [terraform architecture blueprints](https://cloudposse.com/reference-architecture/) for AWS to get up and running quickly.
> Cloud Posse is the leading [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/github-action-atmos-terraform-select-components&utm_content=commercial_support) for funded startups and enterprises.
213
+
>
214
+
> *Your team can operate like a pro today.*
215
+
>
216
+
> Ensure that your team succeeds by using Cloud Posse's proven process and turnkey blueprints. Plus, we stick around until you succeed.
217
+
> #### Day-0: Your Foundation for Success
218
+
> - **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
219
+
> - **Deployment Strategy.** Adopt a proven deployment strategy with GitHub Actions, enabling automated, repeatable, and reliable software releases.
220
+
> - **Site Reliability Engineering.** Gain total visibility into your applications and services with Datadog, ensuring high availability and performance.
221
+
> - **Security Baseline.** Establish a secure environment from the start, with built-in governance, accountability, and comprehensive audit logs, safeguarding your operations.
222
+
> - **GitOps.** Empower your team to manage infrastructure changes confidently and efficiently through Pull Requests, leveraging the full power of GitHub Actions.
> - **Training.** Equip your team with the knowledge and skills to confidently manage the infrastructure, ensuring long-term success and self-sufficiency.
228
+
> - **Support.** Benefit from a seamless communication over Slack with our experts, ensuring you have the support you need, whenever you need it.
229
+
> - **Troubleshooting.** Access expert assistance to quickly resolve any operational challenges, minimizing downtime and maintaining business continuity.
230
+
> - **Code Reviews.** Enhance your team’s code quality with our expert feedback, fostering continuous improvement and collaboration.
231
+
> - **Bug Fixes.** Rely on our team to troubleshoot and resolve any issues, ensuring your systems run smoothly.
232
+
> - **Migration Assistance.** Accelerate your migration process with our dedicated support, minimizing disruption and speeding up time-to-value.
233
+
> - **Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
Please use the [issue tracker](https://github.com/cloudposse/github-action-atmos-terraform-select-components/issues) to report any bugs or file feature requests.
211
-
212
-
### 💻 Developing
213
-
214
-
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://cpco.io/help-out) with our other projects, we would love to hear from you! Shoot us an [email][email].
250
+
For 🐛 bug reports & feature requests, please use the [issue tracker](https://github.com/cloudposse/github-action-atmos-terraform-select-components/issues).
215
251
216
252
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
217
-
218
-
1. **Fork** the repo on GitHub
219
-
2. **Clone** the project to your own machine
220
-
3. **Commit** changes to your own branch
221
-
4. **Push** your work back up to your fork
222
-
5. Submit a **Pull Request** so that we can review your changes
253
+
1. Review our [Code of Conduct](https://github.com/cloudposse/github-action-atmos-terraform-select-components/?tab=coc-ov-file#code-of-conduct) and [Contributor Guidelines](https://github.com/cloudposse/.github/blob/main/CONTRIBUTING.md).
254
+
2. **Fork** the repo on GitHub
255
+
3. **Clone** the project to your own machine
256
+
4. **Commit** changes to your own branch
257
+
5. **Push** your work back up to your fork
258
+
6. Submit a **Pull Request** so that we can review your changes
223
259
224
260
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
225
261
226
262
### 🌎 Slack Community
227
263
228
-
Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
264
+
Join our [Open Source Community](https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/github-action-atmos-terraform-select-components&utm_content=slack) on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
229
265
230
266
### 📰 Newsletter
231
267
232
-
Sign up for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
Sign up for [our newsletter](https://cpco.io/newsletter?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/github-action-atmos-terraform-select-components&utm_content=newsletter) and join 3,000+ DevOps engineers, CTOs, and founders who get insider access to the latest DevOps trends, so you can always stay in the know.
269
+
Dropped straight into your Inbox every week — and usually a 5-minute read.
242
270
243
-
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
Work directly with our team of DevOps experts via email, slack, and video conferencing.
248
-
249
-
We deliver 10x the value for a fraction of the cost of a full-time engineer. Our track record is not even funny. If you want things done right and you need it done FAST, then we're your best bet.
250
-
251
-
- **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
252
-
- **Release Engineering.** You'll have end-to-end CI/CD with unlimited staging environments.
253
-
- **Site Reliability Engineering.** You'll have total visibility into your apps and microservices.
254
-
- **Security Baseline.** You'll have built-in governance with accountability and audit logs for all changes.
255
-
- **GitOps.** You'll be able to operate your infrastructure via Pull Requests.
256
-
- **Training.** You'll receive hands-on training so your team can operate what we build.
257
-
- **Questions.** You'll have a direct line of communication between our teams via a Shared Slack channel.
258
-
- **Troubleshooting.** You'll get help to triage when things aren't working.
259
-
- **Code Reviews.** You'll receive constructive feedback on Pull Requests.
260
-
- **Bug Fixes.** We'll rapidly work with you to fix any bugs in our projects.
[Join us every Wednesday via Zoom](https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/github-action-atmos-terraform-select-components&utm_content=office_hours) for your weekly dose of insider DevOps trends, AWS news and Terraform insights, all sourced from our SweetOps community, plus a _live Q&A_ that you can’t find anywhere else.
0 commit comments