Commit 68cc04e
feat: Add github_actions_hosted_runner resource (#2893)
* feat: Add GitHub Actions hosted runner resource and examples
* feat: Add documentation for GitHub Actions hosted runner resource
* feat: Update GitHub Actions hosted runner resource to use numeric image IDs and add new attributes
* feat: Update GitHub Actions hosted runner resource to allow size field updates and enhance validation
* feat: Enhance GitHub Actions hosted runner resource to handle image ID as number and add image_gen attribute
* Add link to GitHub Actions hosted runner documentation in website
* feat: Improve error handling and type assertion in resourceGithubActionsHostedRunnerRead function
* lint: Replace interface{} with any in resource_github_actions_hosted_runner.go
---------
Co-authored-by: Nick Floyd <[email protected]>1 parent 5a27fb7 commit 68cc04e
File tree
6 files changed
+1196
-0
lines changed- examples/hosted_runner
- github
- website
- docs/r
6 files changed
+1196
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments