mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
6ef8a0dc3f
Signed-off-by: magic_rb <magic_rb@redalder.org>
45 lines
991 B
HCL
45 lines
991 B
HCL
# This file is maintained automatically by "terraform init".
|
|
# Manual edits may be lost in future updates.
|
|
|
|
provider "registry.terraform.io/hashicorp/consul" {
|
|
version = "2.18.0"
|
|
hashes = [
|
|
"h1:HZvoZUFHiPTcxmMQbxs8utGL6nQNyShJ0YuYKXnEYEI=",
|
|
]
|
|
}
|
|
|
|
provider "registry.terraform.io/hashicorp/nomad" {
|
|
version = "2.0.0"
|
|
hashes = [
|
|
"h1:jPnE+rWvjpZra+stfYUwXYBaoRSWmL9bZ2IdUDM8n8M=",
|
|
]
|
|
}
|
|
|
|
provider "registry.terraform.io/hashicorp/null" {
|
|
version = "3.2.1"
|
|
hashes = [
|
|
"h1:Cx+SS4ptiuhZRK42nWs9Kz1MHqhW8wmAw72l3X3ekm8=",
|
|
]
|
|
}
|
|
|
|
provider "registry.terraform.io/hashicorp/random" {
|
|
version = "3.5.1"
|
|
hashes = [
|
|
"h1:7rFWGvbhVb3MN8nzEvAZmUoyQPz0NYw0EjyqQCXAG/I=",
|
|
]
|
|
}
|
|
|
|
provider "registry.terraform.io/hashicorp/vault" {
|
|
version = "3.20.0"
|
|
hashes = [
|
|
"h1:9dWfemgcDO9wyc3JVyUmd5Vh+XwEn2DpGhIuwoJH+SM=",
|
|
]
|
|
}
|
|
|
|
provider "registry.terraform.io/hetznercloud/hcloud" {
|
|
version = "1.42.1"
|
|
hashes = [
|
|
"h1:GLkVKtjg6ytu7oGVuTS1b6guUgP3GNwR7xtCAimnmaY=",
|
|
]
|
|
}
|