summaryrefslogtreecommitdiff
path: root/terraform
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-08-14 16:59:25 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2021-08-14 16:59:25 +0200
commit727378b175aadbf2515e112c25b806cab78a0e78 (patch)
tree0ea634a2ce870b737247ac8244c580a20b53f909 /terraform
parent541c1a13ba0f76449f748e6c8edd1473afede095 (diff)
downloadinfra-727378b175aadbf2515e112c25b806cab78a0e78.tar.gz
infra-727378b175aadbf2515e112c25b806cab78a0e78.tar.bz2
infra-727378b175aadbf2515e112c25b806cab78a0e78.tar.xz
infra-727378b175aadbf2515e112c25b806cab78a0e78.zip
terraform: Upgrading to 1.0.4
Diffstat (limited to 'terraform')
-rw-r--r--terraform/.terraform.lock.hcl37
1 files changed, 37 insertions, 0 deletions
diff --git a/terraform/.terraform.lock.hcl b/terraform/.terraform.lock.hcl
new file mode 100644
index 0000000..aa81d62
--- /dev/null
+++ b/terraform/.terraform.lock.hcl
@@ -0,0 +1,37 @@
+# This file is maintained automatically by "terraform init".
+# Manual edits may be lost in future updates.
+
+provider "registry.terraform.io/linode/linode" {
+ version = "1.13.2"
+ constraints = "~> 1.13"
+ hashes = [
+ "h1:weOXi7yntDmI5pjXbHWq3DBeInQmdKxGp1iJ0bjiAPw=",
+ ]
+}
+
+provider "registry.terraform.io/meilleursagents/ansiblevault" {
+ version = "2.2.0"
+ constraints = "~> 2.2"
+ hashes = [
+ "h1:BdAWPYZ+cwkGuc9Hy0zZfyvbRL9f3naXpcUaOnoZee8=",
+ ]
+}
+
+provider "registry.terraform.io/tidalf/minio" {
+ version = "1.1.1"
+ constraints = "1.1.1"
+ hashes = [
+ "h1:tP7RCiSUSutKCO7VLoupvInov9wXTSWtLCRrM5amggE=",
+ "zh:09b2f987e3991d489bba39310400e2241457e638201d23c9730195fe782cf449",
+ "zh:1b64279f5695c5b598c1eb48db9a9954bfcf41ccd84062c7603ca3360d8a0f3f",
+ "zh:1df8894f48051c6a672df21187dcdb9ee4b61b05c7aeaea19ee13f4ab6975003",
+ "zh:376b15cda30f7ff2c014e77728bff5d5a6be7150eaa6deb0a4d1b14c4b9bf5d8",
+ "zh:55ff772c833f9b2895fbb951a52515bd171a9ed150ef3acf7d47a8d616753285",
+ "zh:a3348818aaead45f9783c098b97018801ca8d98a22525dde566354eb0e325c5a",
+ "zh:b395547203e05d199a54a8a917845d7bec81a02df586ed267fedfc5b5fa43e74",
+ "zh:bf1b69c2de4310caf4865729e8d97683b7d277dafd037149cf81c870516eb94a",
+ "zh:cb9c40dc351d62c5032cd555787b64b3abd4f47af519ac20b92110c4f1cee45a",
+ "zh:e76ab684b061569a82b8cf5fdef4dc40f7cb9446be2253fc91792f3d78fcdd48",
+ "zh:f15fc7466ee8f35ad87da34229d64cd449a9d181699e6bb72411f46fb29f941a",
+ ]
+}