Skip to content

Commit

Permalink
Merge pull request #82 from nimblehq/chore/81-update-aurora-postgres-…
Browse files Browse the repository at this point in the history
…engine-version

[#81] Update the Aurora Postgres engine version from 13 to 14
hoangmirs authored Jul 29, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 6ec8a4e + 52391c1 commit 2a42d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skeleton/aws/modules/rds/variables.tf
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@ variable "engine" {
}

variable "engine_version" {
description = "The Aurora DB Engine version"
description = "The Aurora PostgreSQL DB Engine version"
type = string
default = "13.6"
default = "14.3"
}

variable "instance_type" {

0 comments on commit 2a42d4d

Please sign in to comment.