Skip to content

Commit

Permalink
update db size
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Oct 28, 2024
1 parent d1db145 commit d026b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a new input argument *granule-list-file* to input a specific list of granules to process,
and ignore start-date, end-date, cycles, etc
- List can be a list of GranuleURs or granule concept-IDs
- Update db size from t2.micro to t3.micro
### Deprecated
### Removed
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion terraform-deploy/variable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ variable "step_retry"{

variable "db_instance_class"{
type = string
default = "db.t2.micro"
default = "db.t3.micro"
}

variable "db_storage_size"{
Expand Down

0 comments on commit d026b9d

Please sign in to comment.