From 8c1f2d4127c89082f59aa4652cd23a278fb93ae9 Mon Sep 17 00:00:00 2001 From: Kevin Mahoney Date: Thu, 22 Aug 2024 17:17:16 +0200 Subject: [PATCH] auto-add masterpoint to terraform-docs --- .trunk/configs/.terraform-docs.yaml | 14 ++++++++++++++ README.md | 6 +++--- modules/actions_runner_group/README.md | 25 ++++++++++++++++++++++++- 3 files changed, 41 insertions(+), 4 deletions(-) diff --git a/.trunk/configs/.terraform-docs.yaml b/.trunk/configs/.terraform-docs.yaml index 65cd769..4c757a4 100644 --- a/.trunk/configs/.terraform-docs.yaml +++ b/.trunk/configs/.terraform-docs.yaml @@ -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 [hello@masterpoint.io](mailto:hello@masterpoint.io). + + ## Built By + + [![Masterpoint Logo](https://i.imgur.com/RDLnuQO.png)](https://masterpoint.io) + diff --git a/README.md b/README.md index 4b8a26e..3fa9097 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,6 @@ No modules. | random_pet_name | The generated random pet name | - - - ## Contributing Contributions are welcome and appreciated! @@ -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) + + + diff --git a/modules/actions_runner_group/README.md b/modules/actions_runner_group/README.md index b21493c..5451bdf 100644 --- a/modules/actions_runner_group/README.md +++ b/modules/actions_runner_group/README.md @@ -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 [hello@masterpoint.io](mailto:hello@masterpoint.io). + +## Built By + +[![Masterpoint Logo](https://i.imgur.com/RDLnuQO.png)](https://masterpoint.io) +