0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 12:32:59 +00:00

Merge pull request #32 from bpg/provider-version-bump

Bump provider version to 0.5.0
This commit is contained in:
Pavel Boldyrev 2021-11-06 14:01:31 -04:00 committed by GitHub
commit c0a3f90fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,13 @@ A Terraform Provider which adds support for Proxmox solutions.
This repository is a fork of https://github.com/danitso/terraform-provider-proxmox with several critical fixes to unblock This repository is a fork of https://github.com/danitso/terraform-provider-proxmox with several critical fixes to unblock
VM deployment in Proxmox v7.0, and a few other enhancements. VM deployment in Proxmox v7.0, and a few other enhancements.
## Compatibility Matrix
| Proxmox version | Provider version |
|-----------------|--------------------------|
| 6.x | \<= 0.4.4 |
| 7.x | 0.4.x \> 0.4.4 <br>0.5.x |
## Requirements ## Requirements
- [Terraform](https://www.terraform.io/downloads.html) 0.14+ - [Terraform](https://www.terraform.io/downloads.html) 0.14+
- [Go](https://golang.org/doc/install) 1.16+ (to build the provider plugin) - [Go](https://golang.org/doc/install) 1.16+ (to build the provider plugin)
@ -44,7 +51,7 @@ In order to test the provider, you can simply run `make test`.
$ make test $ make test
``` ```
Tests are limited to regression tests, ensuring backwards compability. Tests are limited to regression tests, ensuring backwards compatibility.
## Known issues ## Known issues