Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmahmood72 committed Nov 5, 2024
1 parent d270fe7 commit edf39f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit edf39f4

Please sign in to comment.