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 a4c9fbc

Browse files
author
Renovate Bot
committedFeb 24, 2025
⬆️ Update Terraform proxmox to v0.73.0
1 parent 7805223 commit a4c9fbc

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.71.0"
25+
version = "0.73.0"
2626
}
2727
bitwarden-secrets = {
2828
source = "sebastiaan-dev/bitwarden-secrets"

‎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.71.0"
5+
version = "0.73.0"
66
}
77
bitwarden-secrets = {
88
source = "sebastiaan-dev/bitwarden-secrets"

0 commit comments

Comments
 (0)
Please sign in to comment.