File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33<!-- markdownlint-disable -->
44# terraform-example-module <a href =" https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-example-module&utm_content= " ><img align =" right " src =" https://cloudposse.com/logo-300x69.svg " width =" 150 " /></a >
5- <a href =" https://github.com/cloudposse/terraform-example-module/releases/latest " ><img src =" https://img.shields.io/github/release/cloudposse/terraform-example-module.svg?style=for-the-badge " alt =" Latest Release " /></a ><a href =" https://github.com/cloudposse/terraform-example-module/commits " ><img src =" https://img.shields.io/github/last-commit/cloudposse/terraform-example-module.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 >
5+ <a href =" https://github.com/cloudposse/terraform-example-module/commits " >< img src = " https://img.shields.io/github/last-commit/cloudposse/terraform-example-module.svg?style=for-the-badge " alt = " Last Updated " /></ a >< a href = " https://github.com/cloudposse/terraform-example-module/ releases/latest" ><img src =" https://img.shields.io/github/release/cloudposse/terraform-example-module.svg?style=for-the-badge " alt =" Latest Release " /></a ><a href =" https://github.com/cloudposse/terraform-example-module/commits " ><img src =" https://img.shields.io/github/last-commit/cloudposse/terraform-example-module.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 >
66<!-- markdownlint-restore -->
77
88<!--
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ references:
5454 url : " https://www.terraform.io/docs/language/settings/index.html#specifying-a-required-terraform-version"
5555
5656
57+ # List any related terraform modules that this module may be used with or that this module depends on.
58+
5759# List any related terraform modules that this module may be used with or that this module depends on.
5860related :
5961 - name : " Example App"
@@ -62,6 +64,9 @@ related:
6264
6365
6466badges :
67+ - name : Last Updated
68+ image : https://img.shields.io/github/last-commit/cloudposse/terraform-example-module.svg?style=for-the-badge
69+ url : https://github.com/cloudposse/terraform-example-module/commits
6570 - name : Latest Release
6671 image : https://img.shields.io/github/release/cloudposse/terraform-example-module.svg?style=for-the-badge
6772 url : https://github.com/cloudposse/terraform-example-module/releases/latest
@@ -107,6 +112,9 @@ github_repo:
107112
108113# Badges to display
109114badges :
115+ - name : Last Updated
116+ image : https://img.shields.io/github/last-commit/None.svg?style=for-the-badge
117+ url : https://github.com/None/commits
110118 - name : Latest Release
111119 image : https://img.shields.io/github/release/None.svg?style=for-the-badge
112120 url : https://github.com/None/releases/latest
You can’t perform that action at this time.
0 commit comments