Getting an error when running Terraform for Boundary

│ 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” {

Getting this error, updated terraform provider to the latest and still seeing the same error. I am adding VAULT_TOKEN at the beginning of running terraform as well

Boundary has its own auth and token separate from Vault. The Boundary provider can use a token directory from the BOUNDARY_TOKEN environment variable, or you can provide other auth info as described in the provider docs.