Skip to content

Commit

Permalink
Fix typo in variables.tf
Browse files Browse the repository at this point in the history
intialize -> initialize
  • Loading branch information
eltociear authored Jul 4, 2024
1 parent 30f457f commit ddea6b5
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 @@ -177,7 +177,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 ddea6b5

Please sign in to comment.