From b4cf332f3066716de3cf5d004749a705930799fa Mon Sep 17 00:00:00 2001 From: Viktor Ribchev Date: Wed, 3 Apr 2024 09:20:42 +0300 Subject: [PATCH] Fixed type-o --- modules/graphdb/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphdb/variables.tf b/modules/graphdb/variables.tf index 0c03099..305d8fd 100644 --- a/modules/graphdb/variables.tf +++ b/modules/graphdb/variables.tf @@ -109,7 +109,7 @@ variable "lb_subnets" { # Backup Parameters variable "deploy_backup" { - description = "Deploy monitoring module" + description = "Deploy backup module" type = bool }