-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Hi there, thanks for this provider - I've been using it for some time now.
Today I tried a new terraform plan and ran into the following issue. Is this a service error specific to the provider? Using the b2 appears to work
╷
│ Error: Traceback (most recent call last):
│ File "b2_terraform/provider_tool.py", line 603, in run_command
│ File "b2_terraform/provider_tool.py", line 151, in run
│ File "b2_terraform/provider_tool.py", line 160, in provider_authorize_account
│ File "logfury/_logfury/trace_call.py", line 86, in wrapper
│ File "b2sdk/v2/api.py", line 54, in authorize_account
│ File "logfury/_logfury/trace_call.py", line 86, in wrapper
│ File "b2sdk/_internal/api.py", line 223, in authorize_account
│ File "b2sdk/_internal/session.py", line 116, in authorize_account
│ File "b2sdk/_internal/raw_api.py", line 555, in authorize_account
│ File "b2sdk/_internal/raw_api.py", line 546, in _post_json
│ File "b2sdk/_internal/b2http.py", line 390, in post_json_return_json
│ File "b2sdk/_internal/b2http.py", line 356, in post_content_return_json
│ File "b2sdk/_internal/b2http.py", line 309, in request_content_return_json
│ File "b2sdk/_internal/b2http.py", line 279, in request
│ File "b2sdk/_internal/b2http.py", line 615, in _translate_and_retry
│ File "b2sdk/v2/b2http.py", line 22, in _translate_errors
│ File "b2sdk/_internal/b2http.py", line 520, in _translate_errors
│ b2sdk._internal.exception.ServiceError: 500 internal_error incident id 14caf4dd85ff-ff7b44965036de51
│
│
│ with b2_bucket.MY_BUCKET_NAME,
│ on b2.tf line 16, in resource "b2_bucket" "MY_BUCKET_NAME":
│ 16: resource "b2_bucket" "MY_BUCKET_NAME" {
│
╵
Reactions are currently unavailable