mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 10:11:09 +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:
parent
d1cc2144f8
commit
9bd0b57254
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user