Skip to content

Commit 5d54d05

Browse files
authored
chore: Update Scaffolding (#135)
1 parent 39cfa97 commit 5d54d05

File tree

3 files changed

+94
-180
lines changed

3 files changed

+94
-180
lines changed

.github/mergify.yml

Lines changed: 1 addition & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1 @@
1-
# https://docs.mergify.io/conditions.html
2-
# https://docs.mergify.io/actions.html
3-
pull_request_rules:
4-
- name: "approve automated PRs that have passed checks"
5-
conditions:
6-
- "author~=^(cloudpossebot|renovate\\[bot\\])$"
7-
- "-closed"
8-
- "head~=^(auto-update|renovate)/.*"
9-
- "check-success=test/bats"
10-
- "check-success=test/readme"
11-
- "check-success=test/terratest"
12-
- "check-success=validate-codeowners"
13-
- or:
14-
- "base=master"
15-
- "base=main"
16-
- "base~=^release/v\\d{1,2}$"
17-
18-
actions:
19-
review:
20-
type: "APPROVE"
21-
bot_account: "cloudposse-mergebot"
22-
message: "We've automatically approved this PR because the checks from the automated Pull Request have passed."
23-
24-
- name: "merge automated PRs when approved and tests pass"
25-
conditions:
26-
- "author~=^(cloudpossebot|renovate\\[bot\\])$"
27-
- "-closed"
28-
- "head~=^(auto-update|renovate)/.*"
29-
- "check-success=test/bats"
30-
- "check-success=test/readme"
31-
- "check-success=test/terratest"
32-
- "check-success=validate-codeowners"
33-
- "#approved-reviews-by>=1"
34-
- "#changes-requested-reviews-by=0"
35-
- "#commented-reviews-by=0"
36-
- or:
37-
- "base=master"
38-
- "base=main"
39-
- "base~=^release/v\\d{1,2}$"
40-
41-
actions:
42-
merge:
43-
method: "squash"
44-
45-
- name: "delete the head branch after merge"
46-
conditions:
47-
- "merged"
48-
actions:
49-
delete_head_branch: {}
50-
51-
- name: "ask to resolve conflict"
52-
conditions:
53-
- "conflict"
54-
- "-closed"
55-
actions:
56-
comment:
57-
message: "This pull request is now in conflict. Could you fix it @{{author}}? 🙏"
58-
59-
- name: "remove outdated reviews"
60-
conditions:
61-
- or:
62-
- "base=master"
63-
- "base=main"
64-
- "base~=^release/v\\d{1,2}$"
65-
actions:
66-
dismiss_reviews:
67-
changes_requested: true
68-
approved: true
69-
message: "This Pull Request has been updated, so we're dismissing all reviews."
70-
71-
- name: "close Pull Requests without files changed"
72-
conditions:
73-
- "#files=0"
74-
actions:
75-
close:
76-
message: "This pull request has been automatically closed by Mergify because there are no longer any changes."
1+
extends: .github

README.md

Lines changed: 67 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
2+
13
<!-- markdownlint-disable -->
24
# terraform-aws-codebuild <a href="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content="><img align="right" src="https://cloudposse.com/logo-300x69.svg" width="150" /></a>
3-
<a href="https://github.com/cloudposse/terraform-aws-codebuild/releases"><img src="https://img.shields.io/github/release/cloudposse/terraform-aws-codebuild.svg" alt="Latest Release"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/badge.svg" alt="Slack Community"/></a>
5+
<a href="https://github.com/cloudposse/terraform-aws-codebuild/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/terraform-aws-codebuild.svg?style=for-the-badge" alt="Latest Release"/></a><a href="https://github.com/cloudposse/terraform-aws-codebuild/commits"><img src="https://img.shields.io/github/last-commit/cloudposse/terraform-aws-codebuild.svg?style=for-the-badge" alt="Last Updated"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/for-the-badge.svg" alt="Slack Community"/></a>
46
<!-- markdownlint-restore -->
57

68
<!--
@@ -27,41 +29,23 @@
2729
Terraform module to create AWS CodeBuild project for AWS CodePipeline.
2830

2931

30-
---
31-
> [!NOTE]
32-
> This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=) approach towards DevOps.
33-
> <details><summary><strong>Learn More</strong></summary>
34-
> <a href="https://cpco.io/terraform-modules?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=terraform_modules">
35-
> <picture>
36-
> <source media="(prefers-color-scheme: dark)" srcset="https://docs.cloudposse.com/images/terraform-open-source-modules-light.svg">
37-
> <source media="(prefers-color-scheme: light)" srcset="https://docs.cloudposse.com/images/terraform-open-source-modules-dark.svg">
38-
> <img alt="Terraform Open Source Modules" src="https://docs.cloudposse.com/images/terraform-open-source-modules.svg" align="right">
39-
> </picture>
40-
> </a>
41-
>
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).
4236
>
43-
> It's 100% Open Source and licensed under the [APACHE2](LICENSE).
44-
>
45-
> We literally have [*hundreds of terraform modules*](https://cpco.io/terraform-modules?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=terraform_modules) that are Open Source and well-maintained. Check them out!
46-
> </details>
37+
> <details>
38+
> <summary><strong>Watch demo of using Atmos with Terraform</strong></summary>
39+
> <img src="https://github.com/cloudposse/atmos/blob/master/docs/demo.gif?raw=true"/><br/>
40+
> <i>Example of running <a href="https://atmos.tools"><code>atmos</code></a> to manage infrastructure from our <a href="https://atmos.tools/quick-start/">Quick Start</a> tutorial.</i>
41+
> </detalis>
4742
48-
<a href="https://cloudposse.com/readme/header/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=readme_header_link"><img src="https://cloudposse.com/readme/header/img"/></a>
4943

5044

5145

5246

5347
## Usage
5448

55-
56-
57-
> [!IMPORTANT]
58-
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
59-
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
60-
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
61-
> approach for updating versions to avoid unexpected changes.
62-
63-
64-
6549
Include this module in your existing terraform code:
6650

6751
```hcl
@@ -110,6 +94,14 @@ module "build" {
11094
}
11195
```
11296

97+
> [!IMPORTANT]
98+
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
99+
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
100+
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
101+
> approach for updating versions to avoid unexpected changes.
102+
103+
104+
113105

114106

115107

@@ -274,23 +266,60 @@ Check out these related projects.
274266

275267
- [terraform-aws-ecs-codepipeline](https://github.com/cloudposse/terraform-aws-ecs-codepipeline) - Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS
276268

269+
270+
> [!TIP]
271+
> #### Use Terraform Reference Architectures for AWS
272+
>
273+
> Use Cloud Posse's ready-to-go [terraform architecture blueprints](https://cloudposse.com/reference-architecture/) for AWS to get up and running quickly.
274+
>
275+
> ✅ We build it with you.<br/>
276+
> ✅ You own everything.<br/>
277+
> ✅ Your team wins.<br/>
278+
>
279+
> <a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=commercial_support"><img alt="Request Quote" src="https://img.shields.io/badge/request%20quote-success.svg?style=for-the-badge"/></a>
280+
> <details><summary>📚 <strong>Learn More</strong></summary>
281+
>
282+
> <br/>
283+
>
284+
> Cloud Posse is the leading [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=commercial_support) for funded startups and enterprises.
285+
>
286+
> *Your team can operate like a pro today.*
287+
>
288+
> Ensure that your team succeeds by using Cloud Posse's proven process and turnkey blueprints. Plus, we stick around until you succeed.
289+
> #### Day-0: Your Foundation for Success
290+
> - **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
291+
> - **Deployment Strategy.** Adopt a proven deployment strategy with GitHub Actions, enabling automated, repeatable, and reliable software releases.
292+
> - **Site Reliability Engineering.** Gain total visibility into your applications and services with Datadog, ensuring high availability and performance.
293+
> - **Security Baseline.** Establish a secure environment from the start, with built-in governance, accountability, and comprehensive audit logs, safeguarding your operations.
294+
> - **GitOps.** Empower your team to manage infrastructure changes confidently and efficiently through Pull Requests, leveraging the full power of GitHub Actions.
295+
>
296+
> <a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=commercial_support"><img alt="Request Quote" src="https://img.shields.io/badge/request%20quote-success.svg?style=for-the-badge"/></a>
297+
>
298+
> #### Day-2: Your Operational Mastery
299+
> - **Training.** Equip your team with the knowledge and skills to confidently manage the infrastructure, ensuring long-term success and self-sufficiency.
300+
> - **Support.** Benefit from a seamless communication over Slack with our experts, ensuring you have the support you need, whenever you need it.
301+
> - **Troubleshooting.** Access expert assistance to quickly resolve any operational challenges, minimizing downtime and maintaining business continuity.
302+
> - **Code Reviews.** Enhance your team’s code quality with our expert feedback, fostering continuous improvement and collaboration.
303+
> - **Bug Fixes.** Rely on our team to troubleshoot and resolve any issues, ensuring your systems run smoothly.
304+
> - **Migration Assistance.** Accelerate your migration process with our dedicated support, minimizing disruption and speeding up time-to-value.
305+
> - **Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
306+
>
307+
> <a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=commercial_support"><img alt="Request Quote" src="https://img.shields.io/badge/request%20quote-success.svg?style=for-the-badge"/></a>
308+
> </details>
309+
277310
## ✨ Contributing
278311

279312
This project is under active development, and we encourage contributions from our community.
313+
314+
315+
280316
Many thanks to our outstanding contributors:
281317

282318
<a href="https://github.com/cloudposse/terraform-aws-codebuild/graphs/contributors">
283319
<img src="https://contrib.rocks/image?repo=cloudposse/terraform-aws-codebuild&max=24" />
284320
</a>
285321

286-
### 🐛 Bug Reports & Feature Requests
287-
288-
Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-codebuild/issues) to report any bugs or file feature requests.
289-
290-
### 💻 Developing
291-
292-
If you are interested in being a contributor and want to get involved in developing this project or help out with Cloud Posse's other projects, we would love to hear from you!
293-
Hit us up in [Slack](https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=slack), in the `#cloudposse` channel.
322+
For 🐛 bug reports & feature requests, please use the [issue tracker](https://github.com/cloudposse/terraform-aws-codebuild/issues).
294323

295324
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
296325
1. Review our [Code of Conduct](https://github.com/cloudposse/terraform-aws-codebuild/?tab=coc-ov-file#code-of-conduct) and [Contributor Guidelines](https://github.com/cloudposse/.github/blob/main/CONTRIBUTING.md).
@@ -315,38 +344,6 @@ Dropped straight into your Inbox every week — and usually a 5-minute read.
315344

316345
[Join us every Wednesday via Zoom](https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&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.
317346
It's **FREE** for everyone!
318-
319-
## About
320-
321-
This project is maintained by <a href="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=">Cloud Posse, LLC</a>.
322-
<a href="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content="><img src="https://cloudposse.com/logo-300x69.svg" align="right" /></a>
323-
324-
We are a [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=commercial_support) for funded startups and enterprises.
325-
Use our ready-to-go terraform architecture blueprints for AWS to get up and running quickly.
326-
We build it with you. You own everything. Your team wins. Plus, we stick around until you succeed.
327-
328-
<a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=commercial_support"><img alt="Learn More" src="https://img.shields.io/badge/learn%20more-success.svg?style=for-the-badge"/></a>
329-
330-
*Your team can operate like a pro today.*
331-
332-
Ensure that your team succeeds by using our proven process and turnkey blueprints. Plus, we stick around until you succeed.
333-
334-
<details>
335-
<summary>📚 <strong>See What's Included</strong></summary>
336-
337-
- **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
338-
- **Deployment Strategy.** You'll have a battle-tested deployment strategy using GitHub Actions that's automated and repeatable.
339-
- **Site Reliability Engineering.** You'll have total visibility into your apps and microservices.
340-
- **Security Baseline.** You'll have built-in governance with accountability and audit logs for all changes.
341-
- **GitOps.** You'll be able to operate your infrastructure via Pull Requests.
342-
- **Training.** You'll receive hands-on training so your team can operate what we build.
343-
- **Questions.** You'll have a direct line of communication between our teams via a Shared Slack channel.
344-
- **Troubleshooting.** You'll get help to triage when things aren't working.
345-
- **Code Reviews.** You'll receive constructive feedback on Pull Requests.
346-
- **Bug Fixes.** We'll rapidly work with you to fix any bugs in our projects.
347-
</details>
348-
349-
<a href="https://cloudposse.com/readme/commercial-support/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-codebuild&utm_content=readme_commercial_support_link"><img src="https://cloudposse.com/readme/commercial-support/img"/></a>
350347
## License
351348

352349
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge" alt="License"></a>
@@ -381,6 +378,8 @@ under the License.
381378
## Trademarks
382379

383380
All other trademarks referenced herein are the property of their respective owners.
381+
382+
384383
---
385384
Copyright © 2017-2024 [Cloud Posse, LLC](https://cpco.io/copyright)
386385

README.yaml

Lines changed: 26 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
name: terraform-aws-codebuild
22
tags:
3-
- aws
4-
- terraform
5-
- terraform-modules
6-
- cicd
7-
- codepipeline
8-
- codebuild
9-
- continuous-integration
10-
- continuous-delivery
3+
- aws
4+
- terraform
5+
- terraform-modules
6+
- cicd
7+
- codepipeline
8+
- codebuild
9+
- continuous-integration
10+
- continuous-delivery
1111
categories:
12-
- terraform-modules/cicd
12+
- terraform-modules/cicd
1313
license: APACHE2
1414
github_repo: cloudposse/terraform-aws-codebuild
1515
badges:
16-
- name: Latest Release
17-
image: https://img.shields.io/github/release/cloudposse/terraform-aws-codebuild.svg
18-
url: https://github.com/cloudposse/terraform-aws-codebuild/releases
19-
- name: Slack Community
20-
image: https://slack.cloudposse.com/badge.svg
21-
url: https://slack.cloudposse.com
16+
- name: Latest Release
17+
image: https://img.shields.io/github/release/cloudposse/terraform-aws-codebuild.svg?style=for-the-badge
18+
url: https://github.com/cloudposse/terraform-aws-codebuild/releases/latest
19+
- name: Last Updated
20+
image: https://img.shields.io/github/last-commit/cloudposse/terraform-aws-codebuild.svg?style=for-the-badge
21+
url: https://github.com/cloudposse/terraform-aws-codebuild/commits
22+
- name: Slack Community
23+
image: https://slack.cloudposse.com/for-the-badge.svg
24+
url: https://slack.cloudposse.com
25+
26+
# List any related terraform modules that this module may be used with or that this module depends on.
2227
related:
23-
- name: terraform-aws-ecs-codepipeline
24-
description: Terraform Module for CI/CD with AWS Code Pipeline and Code Build for
25-
ECS
26-
url: https://github.com/cloudposse/terraform-aws-ecs-codepipeline
28+
- name: terraform-aws-ecs-codepipeline
29+
description: Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS
30+
url: https://github.com/cloudposse/terraform-aws-ecs-codepipeline
2731
description: Terraform module to create AWS CodeBuild project for AWS CodePipeline.
2832
usage: |-
2933
Include this module in your existing terraform code:
@@ -75,20 +79,6 @@ usage: |-
7579
```
7680
7781
include:
78-
- docs/targets.md
79-
- docs/terraform.md
80-
contributors:
81-
- name: Erik Osterman
82-
github: osterman
83-
- name: Igor Rodionov
84-
github: goruha
85-
- name: Andriy Knysh
86-
github: aknysh
87-
- name: Jamie Nelson
88-
github: Jamie-BitFlight
89-
- name: Sarkis Varozian
90-
github: sarkis
91-
- name: Bircan Bilici
92-
github: brcnblc
93-
- name: RB
94-
github: nitrocode
82+
- docs/targets.md
83+
- docs/terraform.md
84+
contributors: []

0 commit comments

Comments
 (0)