Skip to content

Commit

Permalink
Fix typo in variables.tf (#27693)
Browse files Browse the repository at this point in the history
intialize -> initialize

Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
  • Loading branch information
eltociear and akshya96 authored Aug 7, 2024
1 parent e0414d6 commit b29f52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enos/modules/vault_cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b29f52d

Please sign in to comment.