Skip to content

Commit

Permalink
Update Terraform proxmox to v2.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent 64d9b94 commit b14ee41
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/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
source = "Telmate/proxmox"
# newer versions have issues with granular permission on a token
# https://github.com/Telmate/terraform-provider-proxmox/issues/784
version = "<= 2.9.11"
version = "<= 2.9.14"
}
}
}
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 = "2.9.11"
version = "2.9.14"
}
}
}
Expand Down

0 comments on commit b14ee41

Please sign in to comment.