Skip to content

feat: make db version configurable. Adds some required fields to the module#72

Merged
bmonkman merged 1 commit intomainfrom
make-db-version-configurable
May 18, 2022
Merged

feat: make db version configurable. Adds some required fields to the module#72
bmonkman merged 1 commit intomainfrom
make-db-version-configurable

Conversation

@bmonkman
Copy link
Copy Markdown
Contributor

Description

Please explain the changes you made here and link to any relevant issues.

Checklist

@bmonkman bmonkman requested a review from a team as a code owner May 17, 2022 20:29
@bmonkman bmonkman requested a review from davidcheung May 17, 2022 20:29
@github-actions
Copy link
Copy Markdown

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖Success! The configuration is valid.

Copy link
Copy Markdown
Contributor

@davidcheung davidcheung left a comment

Choose a reason for hiding this comment

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

LGTM

}

variable "database_engine_version" {
description = "Which database version to use. See the aws cli describe-db-engine-versions command for a list of valid versions"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
description = "Which database version to use. See the aws cli describe-db-engine-versions command for a list of valid versions"
description = "Which database version to use. See the aws rds describe-db-engine-versions command for a list of valid versions"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should these be aws rds describe-db-engine-versions instead?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I meant to check the command in the aws cli, but yeah that works too.

@bmonkman bmonkman merged commit 7855d28 into main May 18, 2022
@bmonkman bmonkman deleted the make-db-version-configurable branch May 18, 2022 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants