Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #75 from GSA/feature/inventory-next
Browse files Browse the repository at this point in the history
update docs for inventory-next
  • Loading branch information
jbrown-xentity authored Jul 28, 2020
2 parents eaef27e + 83aa8ad commit ee8ea68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion modules/catalog/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion modules/inventory/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit ee8ea68

Please sign in to comment.