bastion: Add terraform lock file
Eelco Dolstra committed
Sep 8, 2022 at 15:03 UTC
16aa53d4f0ba3a6ce517783f1910cc21271dadad
1 file changed
+23
bastion/.terraform.lock.hcl
new
+23
@@ -0,0 +1,23 @@
1
+# This file is maintained automatically by "terraform init".
2
+# Manual edits may be lost in future updates.
3
+
4
+provider "registry.terraform.io/hashicorp/aws" {
5
+ version = "4.15.1"
6
+ hashes = [
7
+ "h1:o1hluUxq6rc/CM0h9p7ACQKpJKFGRolbOLx6IZ3mfOg=",
8
+ ]
9
+}
10
+
11
+provider "registry.terraform.io/hashicorp/external" {
12
+ version = "2.2.2"
13
+ hashes = [
14
+ "h1:UU5H/RyUmr/JhIc4o9X/2vrlO8BfSWFltDtj5GIZooQ=",
15
+ ]
16
+}
17
+
18
+provider "registry.terraform.io/hashicorp/null" {
19
+ version = "3.1.1"
20
+ hashes = [
21
+ "h1:4WUGhW268Uv97mdqfDLH8UyuTcw3iOLiomBWMM6MJhI=",
22
+ ]
23
+}