Add terraform lock file
Eelco Dolstra committed
Aug 16, 2022 at 17:18 UTC
60f4ba655997dd9d06cf6cf340c2b54d1be862ac
1 file changed
+30
terraform/.terraform.lock.hcl
new
+30
@@ -0,0 +1,30 @@
1
+# This file is maintained automatically by "terraform init".
2
+# Manual edits may be lost in future updates.
3
+
4
+provider "registry.terraform.io/aegirhealth/netlify" {
5
+ version = "0.6.12"
6
+ hashes = [
7
+ "h1:8WjKJ00XZHZ8WEWBPohsmyg9XyOBnLC5CVcrm/dBXdM=",
8
+ ]
9
+}
10
+
11
+provider "registry.terraform.io/fastly/fastly" {
12
+ version = "0.34.0"
13
+ hashes = [
14
+ "h1:1ewjh2aw/lOZqFPqS1ZdeNjxfwtZU0D2rcVhPEEGx9w=",
15
+ ]
16
+}
17
+
18
+provider "registry.terraform.io/hashicorp/aws" {
19
+ version = "3.56.0"
20
+ hashes = [
21
+ "h1:qGsDRNQ5ggUIxbhDB1ti5MAe5coP3WyoEX2wAY89qD0=",
22
+ ]
23
+}
24
+
25
+provider "registry.terraform.io/nixpkgs/secret" {
26
+ version = "1.1.1"
27
+ hashes = [
28
+ "h1:Jwt07VaMlSukMitRRskKZ1NXnv+UxipSSPHRgnP57SQ=",
29
+ ]
30
+}