From edf39f4266f945cbe9edd9fa197201dfd9634a41 Mon Sep 17 00:00:00 2001 From: Tariq Mahmood Date: Tue, 5 Nov 2024 11:39:03 +0000 Subject: [PATCH] updated docs --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index cb0001f..b0c0d2d 100644 --- a/variables.tf +++ b/variables.tf @@ -7,7 +7,7 @@ variable "vpc_name" { } variable "rds_name" { - description = "Optional name of the RDS cluster. Changing the name will re-create the RDS" + description = "Optional name of the RDS cluster. Changing the name will re-create the RDS instance" default = "" type = string }