Skip to content

Commit

Permalink
fix(terraform-provider): update terraform b2 to 0.8.5
Browse files Browse the repository at this point in the history
| datasource         | package      | from  | to    |
| ------------------ | ------------ | ----- | ----- |
| terraform-provider | backblaze/b2 | 0.8.4 | 0.8.5 |


Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent 8b1ab3a commit 6f381ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions armature/prod/b2/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion armature/prod/b2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
b2 = {
source = "Backblaze/b2"
version = "0.8.4"
version = "0.8.5"
}
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit 6f381ae

Please # to comment.