generated from masterpointio/terraform-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto-add masterpoint to terraform-docs
- Loading branch information
Showing
3 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> |