Skip to content

Commit f656029

Browse files
Renovate BotMatt Reeves
Renovate Bot
authored and
Matt Reeves
committedJan 18, 2025
⬆️ Update Terraform proxmox to v0.70.0
1 parent f5fa62e commit f656029

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
@@ -22,7 +22,7 @@ terraform {
2222
required_providers {
2323
proxmox = {
2424
source = "bpg/proxmox"
25-
version = "0.69.1"
25+
version = "0.70.0"
2626
}
2727
}
2828
}

‎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.69.1"
5+
version = "0.70.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)
Please sign in to comment.