Skip to content

Commit d47f984

Browse files
Add reference to new modules track (#24445)
1 parent 9957a6b commit d47f984

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/modules/index.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To learn how to _use_ modules, see [the Modules configuration section](/docs/con
2323
This section is about _creating_ re-usable modules that other configurations
2424
can include using `module` blocks.
2525

26+
You can also learn more about how to use and create modules with our hands-on [modules track on learn.hashicorp.com](https://learn.hashicorp.com/terraform/modules/modules-overview?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS).
27+
2628
## Module structure
2729

2830
Re-usable modules are defined using all of the same
@@ -97,7 +99,7 @@ don't need to do any extra work to follow the standard structure.
9799
directory like this](https://github.com/hashicorp/terraform-aws-consul/tree/master/examples).
98100
Consider including a visual diagram depicting the infrastructure resources
99101
the module may create and their relationship.
100-
102+
101103
The README doesn't need to document inputs or outputs of the module because
102104
tooling will automatically generate this. If you are linking to a file or
103105
embedding an image contained in the repository itself, use a commit-specific

0 commit comments

Comments
 (0)