diff --git a/variables.tf b/variables.tf index 7fb194e..77f889b 100644 --- a/variables.tf +++ b/variables.tf @@ -4,7 +4,7 @@ variable "database_name" { } variable "engine_version" { - default = "10.1" + default = "10.1" description = "The version of PostgreSQL used when the DB instance is created." type = "string" }