Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eaf56da

Browse files
author
Renovate Bot
committedJan 18, 2025
⬆️ Update Terraform proxmox to v0.70.0
1 parent 2acbe71 commit eaf56da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎terraform/main.tf

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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.