Skip to content

Commit

Permalink
fix a typo: source -> module
Browse files Browse the repository at this point in the history
Signed-off-by: ollevche <[email protected]>
  • Loading branch information
ollevche committed Dec 16, 2024
1 parent 02bb76b commit 2219258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/docs/users/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Modules provide reusable pieces of code for your OpenTofu project. The OpenTofu
Module addresses have three parts: namespaces, names, and target systems. You can include a module in your project by specifying its address and its version:

```hcl2
source "my_name_for_the_module" {
module "my_name_for_the_module" {
source = "NAMESPACE/NAME/TARGETSYSTEM"
version = "v1.2.3"
Expand Down

0 comments on commit 2219258

Please sign in to comment.