|
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 |
8 | 1 | name: terraform-aws-codebuild |
9 | | - |
10 | | -# Tags of this project |
11 | 2 | 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 |
22 | 11 | 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 |
32 | 14 | github_repo: cloudposse/terraform-aws-codebuild |
33 | | - |
34 | | -# Badges to display |
35 | 15 | 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 |
46 | 22 | 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. |
56 | 28 | usage: |- |
57 | 29 | Include this module in your existing terraform code: |
58 | 30 |
|
@@ -95,21 +67,17 @@ usage: |- |
95 | 67 | }] |
96 | 68 | } |
97 | 69 | ``` |
98 | | -
|
99 | | -# Other files to include in this README from the project folder |
100 | 70 | include: |
101 | | - - "docs/targets.md" |
102 | | - - "docs/terraform.md" |
103 | | - |
104 | | -# Contributors to this project |
| 71 | +- docs/targets.md |
| 72 | +- docs/terraform.md |
105 | 73 | 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