mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Update .terraform.lock.hcl
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
fbba92d3f2
commit
14d936816e
|
@ -1,9 +1,58 @@
|
|||
# This file is maintained automatically by "terraform init".
|
||||
# Manual edits may be lost in future updates.
|
||||
|
||||
provider "registry.terraform.io/hashicorp/kubernetes" {
|
||||
version = "2.25.2"
|
||||
provider "registry.terraform.io/hashicorp/consul" {
|
||||
version = "2.21.0"
|
||||
hashes = [
|
||||
"h1:gHOWt+lhVjVr0LXVK9CxnAcGNIPKJnveJhc1ek5mLcA=",
|
||||
"h1:S32Nn9X22hSyy61kFXne3zLWHxVc4glwLTdV8KNrNwY=",
|
||||
]
|
||||
}
|
||||
|
||||
provider "registry.terraform.io/hashicorp/external" {
|
||||
version = "2.3.3"
|
||||
hashes = [
|
||||
"h1:n9OJyJpvEavy7lSdaVPPSAXwrS7MZeRndtaIEEzYz1o=",
|
||||
]
|
||||
}
|
||||
|
||||
provider "registry.terraform.io/hashicorp/kubernetes" {
|
||||
version = "2.32.0"
|
||||
hashes = [
|
||||
"h1:Rn90mmHwalr0nNu3oofDjITKWEFfbmVZA2uLUh/+hzg=",
|
||||
]
|
||||
}
|
||||
|
||||
provider "registry.terraform.io/hashicorp/nomad" {
|
||||
version = "2.3.1"
|
||||
hashes = [
|
||||
"h1:aUqZkl53lnAzJ1+DW7RpME37kzb0RRQ6Tlh2qDMiAY0=",
|
||||
]
|
||||
}
|
||||
|
||||
provider "registry.terraform.io/hashicorp/null" {
|
||||
version = "3.2.2"
|
||||
hashes = [
|
||||
"h1:PaBOGkOLlxLazRPquhdLw8I6unnaaqTK+gzICkvGyV8=",
|
||||
]
|
||||
}
|
||||
|
||||
provider "registry.terraform.io/hashicorp/random" {
|
||||
version = "3.6.2"
|
||||
hashes = [
|
||||
"h1:FM7AXakQm9uDC6lrAeJTDjV7fuedyL8g1Cwo0ln5Eeg=",
|
||||
]
|
||||
}
|
||||
|
||||
provider "registry.terraform.io/hashicorp/vault" {
|
||||
version = "4.4.0"
|
||||
hashes = [
|
||||
"h1:8ZG+fla5o9wqYRcmH95henObLLL+k50bMPLyxDdCxSM=",
|
||||
]
|
||||
}
|
||||
|
||||
provider "registry.terraform.io/hetznercloud/hcloud" {
|
||||
version = "1.48.1"
|
||||
hashes = [
|
||||
"h1:VJN8K4xAbZo+Fn81WMySfNgSiHOljftI/Uq4k6wsmPU=",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue