mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-04 21:14:05 +00:00
chore: add all-contributors to README.md (#455)
chore: add __all-contributors__ to README.md
This commit is contained in:
parent
0d3227a890
commit
d885e64372
12
.all-contributorsrc
Normal file
12
.all-contributorsrc
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"projectName": "terraform-provider-proxmox",
|
||||
"projectOwner": "bpg",
|
||||
"repoType": "github",
|
||||
"repoHost": "https://github.com",
|
||||
"files": ["README.md"],
|
||||
"imageSize": 100,
|
||||
"commit": false,
|
||||
"contributorsPerLine": 7,
|
||||
"contributorsSortAlphabetically": false,
|
||||
"contributors": []
|
||||
}
|
16
README.md
16
README.md
@ -5,6 +5,7 @@
|
||||
[](https://github.com/bpg/terraform-provider-proxmox/releases/latest)
|
||||
[](https://github.com/bpg/terraform-provider-proxmox/releases/latest)
|
||||
[](https://github.com/bpg/terraform-provider-proxmox/stargazers)
|
||||
[](#contributors)
|
||||
[](https://www.conventionalcommits.org/en/v1.0.0/)
|
||||
[](https://www.buymeacoffee.com/bpgca)
|
||||
|
||||
@ -133,3 +134,18 @@ resource "proxmox_virtual_environment_vm" "example" {
|
||||
|
||||
Due to limitations in the Proxmox VE API, certain files need to be uploaded
|
||||
using SFTP. This requires the use of a PAM account (standard Linux account).
|
||||
|
||||
## Contributors
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
<!-- prettier-ignore-start -->
|
||||
<!-- markdownlint-disable -->
|
||||
|
||||
<!-- markdownlint-restore -->
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
## Stargazers
|
||||
|
||||
[](https://star-history.com/#bpg/terraform-provider-proxmox&Date)
|
||||
|
Loading…
Reference in New Issue
Block a user