Skip to content

Commit

Permalink
chore(docs): update terraform proxmox (0.69.1 → 0.70.0) (#1717)
Browse files Browse the repository at this point in the history
| datasource         | package     | from   | to     |
| ------------------ | ----------- | ------ | ------ |
| terraform-provider | bpg/proxmox | 0.69.1 | 0.70.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 15a8036 commit 56f81cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/guides/clone-vm/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.69.1" # x-release-please-version
version = "0.70.0" # x-release-please-version
}
}
}
Expand Down

0 comments on commit 56f81cc

Please sign in to comment.