Skip to content

Commit

Permalink
chore(deps): update terraform proxmox to v0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 596d34d commit 5cf2b05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/components/virtual-machines/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.70.1"
version = "0.71.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/proxmox-ct/init.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.70.1"
version = "0.71.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/modules/proxmox-vm/init.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.70.1"
version = "0.71.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 5cf2b05

Please sign in to comment.