Update terraform.lock

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-07-10 23:41:29 +02:00
parent 449e73fdba
commit 236e87461b
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -30,16 +30,16 @@ provider "registry.terraform.io/hashicorp/random" {
} }
provider "registry.terraform.io/hashicorp/vault" { provider "registry.terraform.io/hashicorp/vault" {
version = "3.15.2" version = "3.17.0"
hashes = [ hashes = [
"h1:uiBosZpSRpOArbzoiKpqhwp0bmf6vUA1kYJOgerydaw=", "h1:kd1awvpPc9LI9url/OSbWnF36tlUBn5sJ4lnLusICfw=",
] ]
} }
provider "registry.terraform.io/hetznercloud/hcloud" { provider "registry.terraform.io/hetznercloud/hcloud" {
version = "1.39.0" version = "1.41.0"
hashes = [ hashes = [
"h1:0Zh37Dpokj8+S8BSdbj8N7/Z/Gamyy7iHMt83yDWcuc=", "h1:Qm0l1rbLrLzOUYNEKo05t7v45R1Is50MeNfWXY6mhuo=",
] ]
} }