Skip to content

Commit 303e737

Browse files
authored
Migrate to ChatOps (#60)
1 parent 91e2eca commit 303e737

File tree

2 files changed

+34
-66
lines changed

2 files changed

+34
-66
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
[![Cloud Posse][logo]](https://cpco.io/homepage)
4444

45-
# terraform-aws-codebuild [![Codefresh Build Status](https://g.codefresh.io/api/badges/pipeline/cloudposse/terraform-modules%2Fterraform-aws-codebuild?type=cf-1)](https://g.codefresh.io/public/accounts/cloudposse/pipelines/5d198705e38a0429d812f7e4) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-codebuild.svg)](https://github.com/cloudposse/terraform-aws-codebuild/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
45+
# terraform-aws-codebuild [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-codebuild.svg)](https://github.com/cloudposse/terraform-aws-codebuild/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
4646

4747

4848
Terraform module to create AWS CodeBuild project for AWS CodePipeline.

README.yaml

Lines changed: 33 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,30 @@
1-
---
2-
#
3-
# This is the canonical configuration for the `README.md`
4-
# Run `make readme` to rebuild the `README.md`
5-
#
6-
7-
# Name of this project
81
name: terraform-aws-codebuild
9-
10-
# Tags of this project
112
tags:
12-
- aws
13-
- terraform
14-
- terraform-modules
15-
- cicd
16-
- codepipeline
17-
- codebuild
18-
- continuous-integration
19-
- continuous-delivery
20-
21-
# Categories of this project
3+
- aws
4+
- terraform
5+
- terraform-modules
6+
- cicd
7+
- codepipeline
8+
- codebuild
9+
- continuous-integration
10+
- continuous-delivery
2211
categories:
23-
- terraform-modules/cicd
24-
25-
# Logo for this project
26-
#logo: docs/logo.png
27-
28-
# License of this project
29-
license: "APACHE2"
30-
31-
# Canonical GitHub repo
12+
- terraform-modules/cicd
13+
license: APACHE2
3214
github_repo: cloudposse/terraform-aws-codebuild
33-
34-
# Badges to display
3515
badges:
36-
- name: "Codefresh Build Status"
37-
image: "https://g.codefresh.io/api/badges/pipeline/cloudposse/terraform-modules%2Fterraform-aws-codebuild?type=cf-1"
38-
url: "https://g.codefresh.io/public/accounts/cloudposse/pipelines/5d198705e38a0429d812f7e4"
39-
- name: "Latest Release"
40-
image: "https://img.shields.io/github/release/cloudposse/terraform-aws-codebuild.svg"
41-
url: "https://github.com/cloudposse/terraform-aws-codebuild/releases"
42-
- name: "Slack Community"
43-
image: "https://slack.cloudposse.com/badge.svg"
44-
url: "https://slack.cloudposse.com"
45-
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
4622
related:
47-
- name: "terraform-aws-ecs-codepipeline"
48-
description: "Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS"
49-
url: "https://github.com/cloudposse/terraform-aws-ecs-codepipeline"
50-
51-
# Short description of this project
52-
description: |-
53-
Terraform module to create AWS CodeBuild project for AWS CodePipeline.
54-
55-
# How to use this project
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
27+
description: Terraform module to create AWS CodeBuild project for AWS CodePipeline.
5628
usage: |-
5729
Include this module in your existing terraform code:
5830
@@ -95,21 +67,17 @@ usage: |-
9567
}]
9668
}
9769
```
98-
99-
# Other files to include in this README from the project folder
10070
include:
101-
- "docs/targets.md"
102-
- "docs/terraform.md"
103-
104-
# Contributors to this project
71+
- docs/targets.md
72+
- docs/terraform.md
10573
contributors:
106-
- name: "Erik Osterman"
107-
github: "osterman"
108-
- name: "Igor Rodionov"
109-
github: "goruha"
110-
- name: "Andriy Knysh"
111-
github: "aknysh"
112-
- name: "Jamie Nelson"
113-
github: "Jamie-BitfFlight"
114-
- name: "Sarkis Varozian"
115-
github: "sarkis"
74+
- name: Erik Osterman
75+
github: osterman
76+
- name: Igor Rodionov
77+
github: goruha
78+
- name: Andriy Knysh
79+
github: aknysh
80+
- name: Jamie Nelson
81+
github: Jamie-BitfFlight
82+
- name: Sarkis Varozian
83+
github: sarkis

0 commit comments

Comments
 (0)