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 cb26194 commit c541079Copy full SHA for c541079
README.md
@@ -309,6 +309,30 @@ Full working examples can be found in [examples](./examples) folder.
309
add_labels_default = false
310
}
311
312
+```
313
+
314
+### implement template
315
316
+```hcl
317
318
+ module "repository_file" {
319
+ providers = {
320
+ github = github
321
+ }
322
+ source = "hadenlabs/repository/github"
323
+ version = "0.9.0"
324
+ name = "repository-example"
325
+ description = "repository example"
326
+ visibility = "public"
327
+ settings = {
328
+ template = {
329
+ owner = "hadenlabs"
330
+ repository = "base-template"
331
332
333
334
335
336
```
337
338
<!-- BEGIN_TF_DOCS -->
0 commit comments