Skip to content

Commit

Permalink
fix(terraform-provider): update terraform b2 to 0.8.9
Browse files Browse the repository at this point in the history
| datasource         | package      | from  | to    |
| ------------------ | ------------ | ----- | ----- |
| terraform-provider | backblaze/b2 | 0.8.4 | 0.8.9 |
  • Loading branch information
kireque-bot[bot] authored Jan 10, 2024
1 parent 01aea9d commit 6f458c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/terraform/s3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
b2 = {
source = "Backblaze/b2"
version = "0.8.4"
version = "0.8.9"
}

minio = {
Expand Down

0 comments on commit 6f458c2

Please sign in to comment.