0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-29 18:21:10 +00:00

chore(docs): update terraform proxmox (0.70.0 → 0.70.1) (#1741)

* chore(docs): update terraform proxmox (0.70.0 → 0.70.1)

| datasource         | package     | from   | to     |
| ------------------ | ----------- | ------ | ------ |
| terraform-provider | bpg/proxmox | 0.70.0 | 0.70.1 |

* chore(config): add provider.tf for clone-vm example to release config

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-04 03:25:52 +00:00 committed by GitHub
parent d1cc2144f8
commit 9bd0b57254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.70.0" # x-release-please-version
version = "0.70.1" # x-release-please-version
}
}
}

View File

@ -16,7 +16,8 @@
"examples/guides/cloud-image/debian-from-storage/provider.tf",
"examples/guides/cloud-image/ubuntu-img/provider.tf",
"examples/guides/cloud-init/custom/provider.tf",
"examples/guides/cloud-init/native/provider.tf"
"examples/guides/cloud-init/native/provider.tf",
"examples/guides/clone-vm/provider.tf"
],
"changelog-sections": [
{