From 5852a7e621ecd1d59f00afc6eb2fbef712a5aba2 Mon Sep 17 00:00:00 2001 From: Cagatay Yucelen Date: Sat, 12 Oct 2019 20:53:37 +0300 Subject: [PATCH] default typo fix --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index a9cf948..bdf7ba9 100644 --- a/variables.tf +++ b/variables.tf @@ -2,7 +2,7 @@ variable "namespace" {} variable "name" {} variable "replicacount" {} variable "storage_size" { - defualt = "10Gi" + default = "10Gi" } variable "storage_class_name" { default = "standard"