mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
Fix typo in variables.tf (#27693)
intialize -> initialize Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e0414d6d7f
commit
b29f52d56e
@@ -220,7 +220,7 @@ variable "release" {
|
|||||||
|
|
||||||
variable "root_token" {
|
variable "root_token" {
|
||||||
type = string
|
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
|
default = null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user