Fix typo in variables.tf (#27693)

intialize -> initialize

Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
This commit is contained in:
Ikko Eltociear Ashimine
2024-08-08 06:13:00 +09:00
committed by GitHub
parent e0414d6d7f
commit b29f52d56e

View File

@@ -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
}