provider "vault" {
address = "http://127.0.0.1:8200"
token = data.terraform_remote_state.stage4.outputs.vault_token
}