Skip to content

Commit

Permalink
fix(terraform): update terraform proxmox to 0.48.4
Browse files Browse the repository at this point in the history
| datasource         | package     | from   | to     |
| ------------------ | ----------- | ------ | ------ |
| terraform-provider | bpg/proxmox | 0.48.1 | 0.48.4 |
  • Loading branch information
beelze-bot[bot] committed Mar 13, 2024
1 parent 6301e81 commit c3a5c4d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
61 changes: 31 additions & 30 deletions lab/provision/terraform/modules/proxmox/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lab/provision/terraform/modules/proxmox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.48.1"
version = "0.48.4"
}
sops = {
source = "carlpett/sops"
Expand Down

0 comments on commit c3a5c4d

Please sign in to comment.