Skip to content

Commit

Permalink
chore(deps): update terraform proxmox to 0.61.1 (#1957)
Browse files Browse the repository at this point in the history
Co-authored-by: naoki-bot[bot] <117869532+naoki-bot[bot]@users.noreply.github.com>
  • Loading branch information
naoki-bot[bot] committed Jul 14, 2024
1 parent 550d1a8 commit 9987131
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
47 changes: 30 additions & 17 deletions infrastructure/terraform/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 infrastructure/terraform/proxmox/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.60.1"
version = "0.61.1"
}
tls = {
source = "hashicorp/tls"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/proxmox/virtualmachines/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.60.1"
version = "0.61.1"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit 9987131

Please sign in to comment.