Terraform Consul Backend with Consul Namespaces

I want to be able to select a consul namespace where i want to store my terraform state currently in the consul terraform provider documentation there is no attribute to set a consul namespace.

my objective is:

  • store kv data into consul in a specific namespace
  • use terraform to upload this data. with a proper token
  • configure terraform backend with consul, i would like that the same namespace holds this terraform state.

is this under development or can i bypass this by using any kind of environment variable ?