Boundary provider error

I have Terraform 1.3.7 installing boundary configured to use Vault for KMS transit.
When trying to re-run my terraform I am seeing this error:

2023-01-06T01:52:51.871-0600 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-01-06T01:52:51.873-0600 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/vault/3.12.0/darwin_amd64/terraform-provider-vault_v3.12.0_x5 pid=55552
2023-01-06T01:52:51.873-0600 [DEBUG] provider: plugin exited
2023-01-06T01:52:51.954-0600 [ERROR] provider.terraform-provider-boundary_v1.1.2_x5: Response contains error diagnostic: @module=sdk.proto diagnostic_severity=ERROR tf_resource_type=boundary_scope tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/diag/diagnostics.go:55 diagnostic_detail= diagnostic_summary="error calling read scope: {"kind":"Unauthenticated","message":"Unauthenticated, or invalid token."}" tf_proto_version=5.3 tf_provider_addr=provider tf_req_id=c43bb5b5-264f-5084-ec3c-006d9d8fbf99 timestamp=2023-01-06T01:52:51.953-0600
2023-01-06T01:52:51.954-0600 [ERROR] vertex "boundary_scope.global" error: error calling read scope: {"kind":"Unauthenticated","message":"Unauthenticated, or invalid token."}
2023-01-06T01:52:51.954-0600 [ERROR] vertex "boundary_scope.global (expand)" error: error calling read scope: {"kind":"Unauthenticated","message":"Unauthenticated, or invalid token."}
╷
│ Error: error calling read scope: {"kind":"Unauthenticated","message":"Unauthenticated, or invalid token."}
│ 
│   with boundary_scope.global,
│   on boundary.tf line 1, in resource "boundary_scope" "global":
│    1: resource "boundary_scope" "global" {
│ 
╵
2023-01-06T01:52:51.976-0600 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-01-06T01:52:51.983-0600 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/boundary/1.1.2/darwin_amd64/terraform-provider-boundary_v1.1.2_x5 pid=55547
2023-01-06T01:52:51.983-0600 [DEBUG] provider: plugin exited

Running the most recent version of the Vault provider 3.12.0 and Boundary provider 1.1.3
I removed my changes and just trying to run a plan but still seeing this error.