0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00

chore(docs): update README.md (#1045)

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-02-19 19:05:54 -05:00 committed by GitHub
parent 7fda43f4ea
commit 8e620dc59b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View File

@ -2,5 +2,6 @@
"MD007": false,
"MD013": false,
"MD025": false,
"MD033": false,
"MD041": false
}

View File

@ -17,7 +17,9 @@
"rootfs",
"signoff",
"stretchr",
"testacc",
"tflog",
"tfvars",
"unmanaged",
"virtio",
"VLANID",

View File

@ -15,7 +15,7 @@ This repository is a fork of <https://github.com/danitso/terraform-provider-prox
## 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 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
- 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
- [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
@ -133,5 +133,6 @@ See [CONTRIBUTORS.md](CONTRIBUTORS.md) for a list of contributors to this projec
- [TJ Zimmerman](https://github.com/zimmertr)
- [Elias Alvord](https://github.com/elias314)
- [laktosterror](https://github.com/laktosterror)
- [Radosław Szamszur](https://github.com/rszamszur)
Thanks again for your support, it is much appreciated! 🙏

View File

@ -1,6 +1,8 @@
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