Skip to content

Commit 5852a7e

Browse files
committed
default typo fix
1 parent 3589a3a commit 5852a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variable "namespace" {}
22
variable "name" {}
33
variable "replicacount" {}
44
variable "storage_size" {
5-
defualt = "10Gi"
5+
default = "10Gi"
66
}
77
variable "storage_class_name" {
88
default = "standard"

0 commit comments

Comments
 (0)