How to update a remote variable from provider

Hi, I’m using Terraform to create an Elastic Search cluster using elastic cloud and AWS. Everything it’s working but accidentally the elastic master password was reset but the Terraform resource is still having the older one, not the new one.

I would like how to force Terraform to update the password remote variable and then apply to my k8s configuration.

I’m using:

Terraform v0.14
ec provider: elastic/ec, 0.1.0-beta

Thank you