Skip to content

Commit e1174b5

Browse files
authored
chore: Update Scaffolding (#49)
1 parent 0ae38d5 commit e1174b5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
<!--

README.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
5860
related:
5961
- name: "Example App"
@@ -62,6 +64,9 @@ related:
6264

6365

6466
badges:
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
109114
badges:
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

0 commit comments

Comments
 (0)