Skip to content

Commit b93aae5

Browse files
author
Renovate Bot
committedJan 4, 2025
⬆️ Update Terraform proxmox to v0.69.1
1 parent 0711107 commit b93aae5

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.69.0"
27+
version = "0.69.1"
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.69.0"
5+
version = "0.69.1"
66
}
77
}
88
}

0 commit comments

Comments
 (0)
Please sign in to comment.