Skip to content

Commit

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


Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 57e3b4e commit b2422dd
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.12"
}
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit b2422dd

Please sign in to comment.