Boundary provider addr was set as https, but the provider keeps trying http

Hi, I set the addr in provider “boundary” as https://LB_ADDRESS:9200, but when I try to apply the terraform boundary code, I get the error below.

Error: error calling read scope: error performing client request during Read call: Get "http://LB_ADDRESS:9200/v1/scopes/global": EOF

It seems that the provider is requesting via HTTP, and any help would be grateful!

Hi @neolunar7

How are you setting the boundary URL? Env var or in the provider config?

Also, where is your Boundary controller running? Is it behind a load balancer, or is it in dev mode locally?

Thanks!