Update terraform.lock.hcl

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-07-27 22:08:43 +02:00
parent 21b894bed1
commit c521570498
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -4,28 +4,28 @@
provider "registry.terraform.io/hashicorp/consul" { provider "registry.terraform.io/hashicorp/consul" {
version = "2.17.0" version = "2.17.0"
hashes = [ hashes = [
"h1:tiKb9pAW5/dl1Y0HUeUdl+/leNQpaPXwpnbo1AJPR6k=", "h1:QR/1W4nwygEfrNZTP8eyG5ky33AhyNDsEZBVEO3SU1w=",
] ]
} }
provider "registry.terraform.io/hashicorp/nomad" { provider "registry.terraform.io/hashicorp/nomad" {
version = "1.4.20" version = "1.4.20"
hashes = [ hashes = [
"h1:SCMAWGssM1bSbLNlrS8GdZuJ4MWpb3X4AXO/jLDYfXA=", "h1:smk0nmmLhyeAkSpbRY2ARSafIkGpoJruT8skC3CWyZM=",
] ]
} }
provider "registry.terraform.io/hashicorp/null" { provider "registry.terraform.io/hashicorp/null" {
version = "3.2.1" version = "3.2.1"
hashes = [ hashes = [
"h1:tXn3DUW3RQLZERTKY85/iMGh1MYpp8ZK9dKJDExY888=", "h1:Cx+SS4ptiuhZRK42nWs9Kz1MHqhW8wmAw72l3X3ekm8=",
] ]
} }
provider "registry.terraform.io/hashicorp/random" { provider "registry.terraform.io/hashicorp/random" {
version = "3.5.1" version = "3.5.1"
hashes = [ hashes = [
"h1:8ccmyrDBWfKr/qY7gQoAriinamltIC/LLvz53ar4a4k=", "h1:7rFWGvbhVb3MN8nzEvAZmUoyQPz0NYw0EjyqQCXAG/I=",
] ]
} }
@ -46,6 +46,6 @@ provider "registry.terraform.io/hetznercloud/hcloud" {
provider "registry.terraform.io/magicrb/influxdb-v2" { provider "registry.terraform.io/magicrb/influxdb-v2" {
version = "0.4.6" version = "0.4.6"
hashes = [ hashes = [
"h1:0atGQr/mtBBm6IsHdZ+r+9H2rCCfzI/ZMYrPNsAkzNU=", "h1:kkLSk2GBA1d3CkZhkWOXtF11ubB9LPlM+1zwUJqxqpU=",
] ]
} }