Skip to content

Commit 5bba717

Browse files
committed
float rds version
1 parent 577f21a commit 5bba717

File tree

1 file changed

+1
-1
lines changed
  • aws/terraform/modules/metaflow/modules/datastore

1 file changed

+1
-1
lines changed

aws/terraform/modules/metaflow/modules/datastore/rds.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resource "aws_db_instance" "this" {
6363
storage_encrypted = true
6464
kms_key_id = aws_kms_key.rds.arn
6565
engine = "postgres"
66-
engine_version = "11.10"
66+
engine_version = "11"
6767
instance_class = var.db_instance_type # Hardware configuration
6868
identifier = "${var.resource_prefix}${var.db_name}${var.resource_suffix}" # used for dns hostname needs to be customer unique in region
6969
name = var.db_name # unique id for CLI commands (name of DB table which is why we're not adding the prefix as no conflicts will occur and the API expects this table name)

0 commit comments

Comments
 (0)