Skip to content

Commit

Permalink
Merge pull request #15 from ministryofjustice/minor-versions
Browse files Browse the repository at this point in the history
Specify only major version for postgres 10
  • Loading branch information
alkar authored Feb 15, 2019
2 parents 7842a0a + 231e71a commit ca59418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ variable "db_engine" {
}

variable "db_engine_version" {
description = "The engine version to use e.g. 10.4"
default = "10.4"
description = "The engine version to use e.g. 10"
default = "10"
}

variable "db_instance_class" {
Expand Down

0 comments on commit ca59418

Please sign in to comment.