diff --git a/README.md b/README.md index c3a18c1..1f3a375 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,4 @@ Tests include light terraform syntax validation. Don't forget to run the tests. You might also want to standardize the syntax in your files. $ terraform fmt + diff --git a/modules/catalog/variables.tf b/modules/catalog/variables.tf index cde84a8..3d636a6 100644 --- a/modules/catalog/variables.tf +++ b/modules/catalog/variables.tf @@ -20,7 +20,7 @@ variable "database_security_group_ids" { variable "db_allocated_storage" { description = "Size in GB to allocate for database storage." - default = "20" + default = "30" } variable "db_name" { diff --git a/modules/inventory/variables.tf b/modules/inventory/variables.tf index 9de94e1..564e556 100644 --- a/modules/inventory/variables.tf +++ b/modules/inventory/variables.tf @@ -110,7 +110,7 @@ variable "web_instance_type" { } variable "web_instance_name" { - description = "The name of the web instance. ie inventory_2_8 or inventory" + description = "The name of the web instance. ie inventory-next or inventory" default = "inventory" }