mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Update sources.mdx (#36873)
Highlighted the syntax example (//) next to the plain-text "A special double-slash syntax" for better visibility
This commit is contained in:
parent
0fb145daa8
commit
63b862908e
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ When the source of a module is a version control repository or archive file
|
|||
(generically, a "package"), the module itself may be in a sub-directory relative
|
||||
to the root of the package.
|
||||
|
||||
A special double-slash syntax is interpreted by Terraform to indicate that
|
||||
A special double-slash syntax `//` is interpreted by Terraform to indicate that
|
||||
the remaining path after that point is a sub-directory within the package.
|
||||
For example:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue