1
- ---
2
1
#
3
2
# This is the canonical configuration for the `README.md`
4
3
# Run `make readme` to rebuild the `README.md`
@@ -21,13 +20,17 @@ badges:
21
20
- name : " GitHub Action Tests"
22
21
image : " https://github.com/cloudposse/terraform-aws-ecs-codepipeline/workflows/test/badge.svg?branch=master"
23
22
url : " https://github.com/cloudposse/terraform-aws-ecs-codepipeline/actions"
24
- - name : " Latest Release"
25
- image : " https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg"
26
- url : " https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases/latest"
27
- - name : " Slack Community"
28
- image : " https://slack.cloudposse.com/badge.svg"
29
- url : " https://slack.cloudposse.com"
30
-
23
+ - name : Latest Release
24
+ image : https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg?style=for-the-badge
25
+ url : https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases/latest
26
+ - name : Last Updated
27
+ image : https://img.shields.io/github/last-commit/cloudposse/terraform-aws-ecs-codepipeline.svg?style=for-the-badge
28
+ url : https://github.com/cloudposse/terraform-aws-ecs-codepipeline/commits
29
+ - name : Slack Community
30
+ image : https://slack.cloudposse.com/for-the-badge.svg
31
+ url : https://slack.cloudposse.com
32
+
33
+ # List any related terraform modules that this module may be used with or that this module depends on.
31
34
related :
32
35
- name : " terraform-aws-alb"
33
36
description : " Terraform module to provision a standard ALB for HTTP/HTTP traffic"
@@ -56,7 +59,7 @@ description: |-
56
59
Terraform Module for CI/CD with AWS Code Pipeline using GitHub webhook triggers and Code Build for ECS.
57
60
58
61
# How to use this project
59
- usage : |-
62
+ usage : |2 -
60
63
61
64
For a complete example, see [examples/complete](examples/complete).
62
65
@@ -166,14 +169,4 @@ references:
166
169
url : " https://www.terraform.io/docs/providers/aws/r/codepipeline_webhook.html"
167
170
168
171
# Contributors to this project
169
- contributors :
170
- - name : " Erik Osterman"
171
- github : " osterman"
172
- - name : " Igor Rodionov"
173
- github : " goruha"
174
- - name : " Andriy Knysh"
175
- github : " aknysh"
176
- - name : " Sarkis Varozian"
177
- github : " sarkis"
178
- - name : " Joe Niland"
179
- github : " joe-niland"
172
+ contributors : []
0 commit comments