Skip to content

Commit

Permalink
Merge pull request #269 from opentofu/fix-doc-typo
Browse files Browse the repository at this point in the history
fix a typo: source -> module
  • Loading branch information
ollevche authored Dec 16, 2024
2 parents 02bb76b + 2219258 commit f33c8c2
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 f33c8c2

Please sign in to comment.