diff --git a/enos/modules/vault_cluster/variables.tf b/enos/modules/vault_cluster/variables.tf index 44d7ddabe7..1e4de12e53 100644 --- a/enos/modules/vault_cluster/variables.tf +++ b/enos/modules/vault_cluster/variables.tf @@ -220,7 +220,7 @@ variable "release" { variable "root_token" { type = string - description = "The Vault root token that we can use to intialize and configure the cluster" + description = "The Vault root token that we can use to initialize and configure the cluster" default = null }