|
|
@ -11,14 +11,14 @@ tags: [helper]
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Describes what this module does -->
|
|
|
|
<!-- Describes what this module does -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Add a screencast or screenshot here put them in .images directory -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
```hcl
|
|
|
|
module "MODULE_NAME" {
|
|
|
|
module "MODULE_NAME" {
|
|
|
|
source = "https://registry.coder.com/modules/MODULE_NAME"
|
|
|
|
source = "https://registry.coder.com/modules/MODULE_NAME"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Add a screencast or screenshot here put them in .images directory -->
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
|
|
|
|
### Example 1
|
|
|
|
### Example 1
|
|
|
|