Skip to content

Commit 13ef8d0

Browse files
authored
minor readme update, addressing #111 (#128)
1 parent a060224 commit 13ef8d0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,23 @@ The following sets of tools are available:
149149
| `modules` | `get_module_details` | Retrieves detailed documentation for a module using a module ID obtained from the `search_modules` tool including inputs, outputs, configuration, submodules, and examples. |
150150
| `policies` | `search_policies` | Queries the Terraform Registry to find and list the appropriate Sentinel Policy based on the provided query `policy_query`. Returns a list of matching policies with terraform_policy_id(s) with their name, title and download counts. |
151151
| `policies` | `get_policy_details` | Retrieves detailed documentation for a policy set using a terraform_policy_id obtained from the `search_policies` tool including policy readme and implementation details. |
152+
153+
## Resource Configuration
154+
155+
### Available resources
156+
157+
| Resource URI | Description |
158+
|--------------|-------------|
159+
| `/terraform/style-guide` | Terraform Style Guide - Provides access to the official Terraform style guide documentation in markdown format |
160+
| `/terraform/module-development` | Terraform Module Development Guide - Comprehensive guide covering module composition, structure, providers, publishing, and refactoring best practices |
161+
162+
### Available Resource Templates
163+
164+
| Resouce Template URI | Description |
165+
|--------------|-------------|
166+
| `/terraform/providers/{namespace}/name/{name}/version/{version}` | Provider Resource Template - Dynamically retrieves detailed documentation and overview for any Terraform provider by namespace, name, and version |
167+
168+
152169
### Install from source
153170

154171
Use the latest release version:

0 commit comments

Comments
 (0)