Skip to content

Commit 2cde1db

Browse files
Renovate BotMatt Reeves
Renovate Bot
authored and
Matt Reeves
committedNov 26, 2024
⬆️ Update Terraform proxmox to v0.68.0
1 parent 5bdd8ea commit 2cde1db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎terraform/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
required_providers {
2525
proxmox = {
2626
source = "bpg/proxmox"
27-
version = "0.67.0"
27+
version = "0.68.0"
2828
}
2929
}
3030
}

‎terraform/proxmox/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
proxmox = {
44
source = "bpg/proxmox"
5-
version = "0.67.0"
5+
version = "0.68.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)
Please sign in to comment.