-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.terraform.lock.hcl
42 lines (37 loc) · 996 Bytes
/
.terraform.lock.hcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file is maintained automatically by "terraform init".
# Manual edits may be lost in future updates.
provider "registry.terraform.io/bpg/proxmox" {
version = "0.66.1"
constraints = "0.66.1"
hashes = [
"h1:UICEJwVH9m+UnqOXMb4nKvDGguBDyeZlUJ2+uym/r0c=",
]
}
provider "registry.terraform.io/ddelnano/mikrotik" {
version = "0.16.1"
constraints = "0.16.1"
hashes = [
"h1:kNjc3X3+gfuLE1C6q2P9vPGqr8CrBIosNaGIYneCGMc=",
]
}
provider "registry.terraform.io/hashicorp/helm" {
version = "2.16.1"
constraints = "2.16.1"
hashes = [
"h1:TerRBdq69SxIWg3ET2VE0bcP0BYRIWZOp1QxXj/14Fk=",
]
}
provider "registry.terraform.io/hashicorp/null" {
version = "3.2.3"
constraints = "3.2.3"
hashes = [
"h1:+AnORRgFbRO6qqcfaQyeX80W0eX3VmjadjnUFUJTiXo=",
]
}
provider "registry.terraform.io/siderolabs/talos" {
version = "0.7.0-alpha.0"
constraints = "0.7.0-alpha.0"
hashes = [
"h1:DhDoTsmNZpRNVlIrwJLJOpDzZnnLm2Qed+X1waDAVxo=",
]
}