Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add db_instance_type and db_engine_version to main variables #55

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

wrbooth
Copy link
Contributor

@wrbooth wrbooth commented Mar 22, 2023

Adding the ability to change db_instance_type and db_engine_version from the main metaflow terraform module.

Testing Screenshots

RDS micro instance with engine version 14

rds

@oavdeev oavdeev self-requested a review July 18, 2023 19:02
variable "db_instance_type" {
type = string
description = "RDS instance type to launch for PostgresQL database."
default = "db.t2.small"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to change it to db.t3.small like in #72

@casperbiering
Copy link

@oavdeev Do you have time to take a look at this please?

@oavdeev
Copy link
Member

oavdeev commented Sep 1, 2023

Sorry it took so long, we'll merge & test & cut a new release in the next few days

@JPWallhorn
Copy link

@oavdeev Have you had a chance to look at this? This change would be very helpful for us too. Thank you.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants