data "terraform_remote_state" "foo" { backend = "kubernetes" config = { secret_suffix = "state" namespace = "tofu" config_path = "../.kubeconfig" } } provider "vault" {}