mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-23 03:48:35 +00:00
chore(docs): update README.md (#1045)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
7fda43f4ea
commit
8e620dc59b
@ -2,5 +2,6 @@
|
|||||||
"MD007": false,
|
"MD007": false,
|
||||||
"MD013": false,
|
"MD013": false,
|
||||||
"MD025": false,
|
"MD025": false,
|
||||||
|
"MD033": false,
|
||||||
"MD041": false
|
"MD041": false
|
||||||
}
|
}
|
||||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -17,7 +17,9 @@
|
|||||||
"rootfs",
|
"rootfs",
|
||||||
"signoff",
|
"signoff",
|
||||||
"stretchr",
|
"stretchr",
|
||||||
|
"testacc",
|
||||||
"tflog",
|
"tflog",
|
||||||
|
"tfvars",
|
||||||
"unmanaged",
|
"unmanaged",
|
||||||
"virtio",
|
"virtio",
|
||||||
"VLANID",
|
"VLANID",
|
||||||
|
@ -15,7 +15,7 @@ This repository is a fork of <https://github.com/danitso/terraform-provider-prox
|
|||||||
|
|
||||||
## Compatibility promise
|
## Compatibility promise
|
||||||
|
|
||||||
This provider is compatible with the latest version of Proxmox VE (currently 8.0).
|
This provider is compatible with the latest version of Proxmox VE (currently 8.1).
|
||||||
While it may work with older 7.x versions, it is not guaranteed to do so.
|
While it may work with older 7.x versions, it is not guaranteed to do so.
|
||||||
|
|
||||||
While provider is on version 0.x, it is not guaranteed to be backwards compatible with all previous minor versions.
|
While provider is on version 0.x, it is not guaranteed to be backwards compatible with all previous minor versions.
|
||||||
@ -26,7 +26,7 @@ However, we will try to keep the backwards compatibility between provider versio
|
|||||||
- [Proxmox Virtual Environment](https://www.proxmox.com/en/proxmox-virtual-environment/) 8.x
|
- [Proxmox Virtual Environment](https://www.proxmox.com/en/proxmox-virtual-environment/) 8.x
|
||||||
- TLS 1.3 for the Proxmox API endpoint (legacy TLS 1.2 is optionally supported)
|
- TLS 1.3 for the Proxmox API endpoint (legacy TLS 1.2 is optionally supported)
|
||||||
- [Terraform](https://www.terraform.io/downloads.html) 1.5.x+ or [OpenTofu](https://opentofu.org) 1.6.x
|
- [Terraform](https://www.terraform.io/downloads.html) 1.5.x+ or [OpenTofu](https://opentofu.org) 1.6.x
|
||||||
- [Go](https://golang.org/doc/install) 1.21 (to build the provider plugin)
|
- [Go](https://golang.org/doc/install) 1.22 (to build the provider plugin)
|
||||||
|
|
||||||
## Using the provider
|
## Using the provider
|
||||||
|
|
||||||
@ -133,5 +133,6 @@ See [CONTRIBUTORS.md](CONTRIBUTORS.md) for a list of contributors to this projec
|
|||||||
- [TJ Zimmerman](https://github.com/zimmertr)
|
- [TJ Zimmerman](https://github.com/zimmertr)
|
||||||
- [Elias Alvord](https://github.com/elias314)
|
- [Elias Alvord](https://github.com/elias314)
|
||||||
- [laktosterror](https://github.com/laktosterror)
|
- [laktosterror](https://github.com/laktosterror)
|
||||||
|
- [Radosław Szamszur](https://github.com/rszamszur)
|
||||||
|
|
||||||
Thanks again for your support, it is much appreciated! 🙏
|
Thanks again for your support, it is much appreciated! 🙏
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
module github.com/bpg/terraform-provider-proxmox/tools
|
module github.com/bpg/terraform-provider-proxmox/tools
|
||||||
|
|
||||||
go 1.21
|
go 1.22
|
||||||
|
|
||||||
|
toolchain go1.22.0
|
||||||
|
|
||||||
replace github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.4.7
|
replace github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.4.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user