From a1ce78727b46265df3f2da4e433b489bc778ef37 Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:23:40 +0200 Subject: [PATCH] =?UTF-8?q?feat(terraform):=20update=20terraform=20b2=20(?= =?UTF-8?q?=200.8.12=20=E2=86=92=200.9.0=20)=20(#1143)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com> --- .../terraform/s3/.terraform.lock.hcl | 22 ++++++++++--------- infrastructure/terraform/s3/main.tf | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/infrastructure/terraform/s3/.terraform.lock.hcl b/infrastructure/terraform/s3/.terraform.lock.hcl index 231e7051c..2945d5843 100644 --- a/infrastructure/terraform/s3/.terraform.lock.hcl +++ b/infrastructure/terraform/s3/.terraform.lock.hcl @@ -55,16 +55,18 @@ provider "registry.terraform.io/aminueza/minio" { } provider "registry.terraform.io/backblaze/b2" { - version = "0.8.12" - constraints = "0.8.12" + version = "0.9.0" + constraints = "0.9.0" hashes = [ - "h1:+zf4b76chIrJbVcbzoenR8X+uFFnGhUjPUACpnBIYcs=", - "h1:BEkDopTPomebKDT/yhSQ2zp0zQUF9p6REQ/uKVXMiHM=", - "h1:DKZehZTdHC0fJzAA74yMzUaHm1PisNaNaBQjAOSS9kk=", - "h1:rA+Y9HyJGPV7kU52+9vKRM90RiGjdwj9Tas5ZImfsw0=", - "zh:bc9d25d21adeafba8edde8d6ffb6150cd5c86c207412c8941347966be3363de5", - "zh:c538eaea1b15379635b9d8a2cb862248813022bb0de5481741f18fcc77a10a1b", - "zh:cc2767797ad27b9a3b4ad97b6a2f3eeea9f50a6000bbcfa9b44189945dae30b3", - "zh:d83b5f0e632ea56570a0737c1896f049367201cc67f5de83baa24272ccdd56a4", + "h1:DRx/Mdd/KEIaZhpWdnuOUF+OSh0hNjWqgTDLDa4dNyY=", + "h1:J2aLFWOaZWQklefKUbJsuz/wovKquV447Qe3E9smCx0=", + "h1:KlXTn0+kdZeflMz8MxqU4WLky6aQ9tuPZaSz6CZR7vQ=", + "h1:kJQqBhM6NQn2Ksd0QSeCQTNSx3R1XoFkKP7jStsKjow=", + "h1:tKJCA9Kqa+qVM2xRbHBfvmnmAG07zAsvgvtmxQ3CsHY=", + "zh:07619330ef01d26946465f2c81fb91ad5a206c0cc990ba80509cdb5035f1dec4", + "zh:610e9bc95581a166614eb91b1e92debef829a6a29c3a868a24f8df6a80eb8051", + "zh:62920a6b287a8967785f5bc74c094bc5ef97073ae5ef7745d9b7e39fbecae45a", + "zh:67396c26433016b7ad3c4cbb149148b34c6f5ddd2c9656b92f7a9541a2707657", + "zh:7bca40abd15b07bade2a37644e7721274ed0d192c7af650c9af038b7dca9947d", ] } diff --git a/infrastructure/terraform/s3/main.tf b/infrastructure/terraform/s3/main.tf index 7d8739bec..9da301b1c 100644 --- a/infrastructure/terraform/s3/main.tf +++ b/infrastructure/terraform/s3/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { b2 = { source = "Backblaze/b2" - version = "0.8.12" + version = "0.9.0" } minio = {