tryretool / terraform-retool-modules

MIT License
23 stars 40 forks source link

Invalid Postgres version. v10.6 is no longer a valid option within AWS RDS #7

Open mswezey23 opened 2 years ago

mswezey23 commented 2 years ago
│ Error: Error creating DB Instance: InvalidParameterCombination: Cannot find version 10.6 for postgres
│       status code: 400, request id: 0c9a89d8-63ea-4121-9f0f-f30cab6194b0
│ 
│   with module.retool.aws_db_instance.this,
│   on modules/retool_ecs_ec2/main.tf line 138, in resource "aws_db_instance" "this":
│  138: resource "aws_db_instance" "this" {
│ 

Side notes:

jmsalcido commented 2 weeks ago

currently using 14.13 here just in case this is still relevant.