Skip to content

Commit

Permalink
chore(deps): update terraform proxmox to 0.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki-bot[bot] committed Jul 6, 2024
1 parent 645085c commit defba38
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.0"
}
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.0"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit defba38

Please sign in to comment.