Skip to content

Commit c541079

Browse files
committed
build: generate file readme (#69)
1 parent cb26194 commit c541079

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,30 @@ Full working examples can be found in [examples](./examples) folder.
309309
add_labels_default = false
310310
}
311311
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+
312336
```
313337

314338
<!-- BEGIN_TF_DOCS -->

0 commit comments

Comments
 (0)