From c0f3f49b8b0de22e8ac2f30895c01a5ac3125432 Mon Sep 17 00:00:00 2001 From: Dimitrios Karagiannis Date: Thu, 7 May 2020 15:53:49 +0100 Subject: [PATCH] Fix typo in feature gates example Signed-off-by: Dimitrios Karagiannis --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index ce812bc..ae1e12e 100644 --- a/variables.tf +++ b/variables.tf @@ -208,7 +208,7 @@ variable "feature_gates" { description = "https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/" type = map(string) - # yaml fragment for config file use, example default feature gates: + # example default feature gates: # ``` # default = { # "ExpandPersistentVolumes" = "true"