|
|
@ -4,14 +4,14 @@ description: Describe what this module does
|
|
|
|
icon: ../.icons/<A_RELEVANT_ICON>.svg
|
|
|
|
icon: ../.icons/<A_RELEVANT_ICON>.svg
|
|
|
|
maintainer_github: GITHUB_USERNAME
|
|
|
|
maintainer_github: GITHUB_USERNAME
|
|
|
|
verified: false
|
|
|
|
verified: false
|
|
|
|
tags: [community]
|
|
|
|
tags: [helper]
|
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
# MODULE_NAME
|
|
|
|
# MODULE_NAME
|
|
|
|
|
|
|
|
|
|
|
|
<-- Describes what this module does -->
|
|
|
|
<!-- Describes what this module does -->
|
|
|
|
|
|
|
|
|
|
|
|
<-- Add a screencast or screenshot here -->
|
|
|
|
<!-- Add a screencast or screenshot here -->
|
|
|
|
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
```hcl
|
|
|
|
module "MODULE_NAME" {
|
|
|
|
module "MODULE_NAME" {
|
|
|
@ -62,3 +62,4 @@ module "MODULE_NAME" {
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
offline = true
|
|
|
|
offline = true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
```
|
|
|
|