Skip to content

Commit

Permalink
Update Terraform proxmox to v3.0.1-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent c883b91 commit b2b6f40
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
47 changes: 30 additions & 17 deletions terraform/.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 terraform/modules/supernode/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
}
proxmox = {
source = "Telmate/proxmox"
version = "~> 3.0.1"
version = "~> 3.0.1-rc4"
}
iphelpers = {
source = "ffddorf/iphelpers"
Expand Down
2 changes: 1 addition & 1 deletion terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
proxmox = {
source = "Telmate/proxmox"
version = "3.0.1-rc3"
version = "3.0.1-rc4"
}
}
}
Expand Down

0 comments on commit b2b6f40

Please sign in to comment.