Skip to content

Commit

Permalink
auto-add masterpoint to terraform-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcube committed Aug 22, 2024
1 parent a69c627 commit 8c1f2d4
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .trunk/configs/.terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ output:
{{ .Content }}
## Contributing
Contributions are welcome and appreciated!
Found an issue or want to request a feature? [Open an issue](TODO)
Want to fix a bug you found or add some functionality? Fork, clone, commit, push, and PR and we'll check it out.
If you have any issues or are waiting a long time for a PR to get merged then feel free to ping us at [[email protected]](mailto:[email protected]).
## Built By
[![Masterpoint Logo](https://i.imgur.com/RDLnuQO.png)](https://masterpoint.io)
<!-- prettier-ignore-end -->
<!-- END_TF_DOCS -->
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ No modules.
| random_pet_name | The generated random pet name |


<!-- prettier-ignore-end -->
<!-- END_TF_DOCS -->

## Contributing

Contributions are welcome and appreciated!
Expand All @@ -63,3 +60,6 @@ If you have any issues or are waiting a long time for a PR to get merged then fe
## Built By

[![Masterpoint Logo](https://i.imgur.com/RDLnuQO.png)](https://masterpoint.io)

<!-- prettier-ignore-end -->
<!-- END_TF_DOCS -->
25 changes: 24 additions & 1 deletion modules/actions_runner_group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,31 @@ No modules.

| Name | Description |
|------|-------------|
| test | test |
| allows_public_repositories | Whether public repositories can be added to the runner group |
| default | Whether this is the default runner group |
| etag | An etag representing the runner group object |
| inherited | Whether the runner group is inherited from the enterprise level |
| restricted_to_workflows | If true, the runner group will be restricted to running only the workflows specified in the selected_workflows array. Defaults to false. |
| runners_url | The GitHub API URL for the runner group's runners |
| selected_repositories_url | GitHub API URL for the runner group's repositories |
| selected_repository_ids | List of repository IDs that can access the runner group |
| selected_workflows | List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to true. |
| visibility | The visibility of the runner group |


## Contributing

Contributions are welcome and appreciated!

Found an issue or want to request a feature? [Open an issue](TODO)

Want to fix a bug you found or add some functionality? Fork, clone, commit, push, and PR and we'll check it out.

If you have any issues or are waiting a long time for a PR to get merged then feel free to ping us at [[email protected]](mailto:[email protected]).

## Built By

[![Masterpoint Logo](https://i.imgur.com/RDLnuQO.png)](https://masterpoint.io)

<!-- prettier-ignore-end -->
<!-- END_TF_DOCS -->

0 comments on commit 8c1f2d4

Please sign in to comment.