We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3b87a commit 23b7efaCopy full SHA for 23b7efa
static/instructions.md
@@ -45,7 +45,8 @@ A **module** is a Terraform module published to the Terraform Registry at the re
45
A **submodule** is a nested module within a repository's `modules/` directory.
46
47
- **Path**: `modules/submodule-name` (e.g., `modules/cbr-rule-module`)
48
-- **Use with**: `list_content` and `get_content` `path` parameter
+- **Discovery**: Use `list_content(module_id)` to find available submodule paths
49
+- **Access**: Use `get_content(module_id, path="modules/submodule-name")` to retrieve content
50
- **Terraform usage**:
51
```terraform
52
module "cbr_rule" {
0 commit comments