You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.yaml
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
#
14
14
15
15
# Name of this project
16
-
name:
16
+
name:terraform-example-module
17
17
18
18
# Logo for this project
19
19
#logo: docs/logo.png
@@ -28,7 +28,7 @@ copyrights:
28
28
year: "2021"
29
29
30
30
# Canonical GitHub repo
31
-
github_repo:
31
+
github_repo:cloudposse/terraform-example-module
32
32
33
33
# Badges to display
34
34
badges:
@@ -53,6 +53,18 @@ related:
53
53
54
54
# List any resources helpful for someone to get started. For example, link to the hashicorp documentation or AWS documentation.
55
55
references:
56
+
- name: "Cloud Posse Documentation"
57
+
url: "https://docs.cloudposse.com"
58
+
description: "The Cloud Posse Developer Hub (documentation)"
59
+
- name: "Terraform Standard Module Structure"
60
+
description: "HashiCorp's standard module structure is a file and directory layout we recommend for reusable modules distributed in separate repositories."
description: "HashiCorp's guidance on all the requirements for publishing a module. Meeting the requirements for publishing a module is extremely easy."
0 commit comments