Bump terraform lock

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-20 00:44:34 +01:00
parent b6df5483bd
commit d0f6f2df4f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -2,43 +2,43 @@
# Manual edits may be lost in future updates. # Manual edits may be lost in future updates.
provider "registry.terraform.io/hashicorp/consul" { provider "registry.terraform.io/hashicorp/consul" {
version = "2.18.0" version = "2.19.0"
hashes = [ hashes = [
"h1:HZvoZUFHiPTcxmMQbxs8utGL6nQNyShJ0YuYKXnEYEI=", "h1:FIGa5SJEYirUiCzwrLKKsR6i90yfaxRkEnX8iZrgX6E=",
] ]
} }
provider "registry.terraform.io/hashicorp/nomad" { provider "registry.terraform.io/hashicorp/nomad" {
version = "2.0.0" version = "2.0.0"
hashes = [ hashes = [
"h1:jPnE+rWvjpZra+stfYUwXYBaoRSWmL9bZ2IdUDM8n8M=", "h1:fpoN2ysp7Mx4ZrSPfaeCfCzSwYoh8EYE0YQ20+El9V4=",
] ]
} }
provider "registry.terraform.io/hashicorp/null" { provider "registry.terraform.io/hashicorp/null" {
version = "3.2.1" version = "3.2.1"
hashes = [ hashes = [
"h1:Cx+SS4ptiuhZRK42nWs9Kz1MHqhW8wmAw72l3X3ekm8=", "h1:tAeLfJ72Kd+SzAQV45NYz3DRDXg/v3A2qYdhKiL8n7Q=",
] ]
} }
provider "registry.terraform.io/hashicorp/random" { provider "registry.terraform.io/hashicorp/random" {
version = "3.5.1" version = "3.5.1"
hashes = [ hashes = [
"h1:7rFWGvbhVb3MN8nzEvAZmUoyQPz0NYw0EjyqQCXAG/I=", "h1:apZgHUoMPG1MLgRdhaDiIx6eEIVCATm6INUVPCx0KiA=",
] ]
} }
provider "registry.terraform.io/hashicorp/vault" { provider "registry.terraform.io/hashicorp/vault" {
version = "3.20.0" version = "3.22.0"
hashes = [ hashes = [
"h1:9dWfemgcDO9wyc3JVyUmd5Vh+XwEn2DpGhIuwoJH+SM=", "h1:D3ktGa9Fb9G1P+e8tee/9i5Tk1LXPBRaSU/YcnbHZtA=",
] ]
} }
provider "registry.terraform.io/hetznercloud/hcloud" { provider "registry.terraform.io/hetznercloud/hcloud" {
version = "1.42.1" version = "1.44.1"
hashes = [ hashes = [
"h1:GLkVKtjg6ytu7oGVuTS1b6guUgP3GNwR7xtCAimnmaY=", "h1:+iNbaz1lQaShHKi1mrJ+QJICOyTaURiikCHem5t0+2Q=",
] ]
} }