opensupplyhub / open-apparel-registry

An application for searching, matching, uploading factories.
MIT License
32 stars 13 forks source link

Update Postgres terraform module to fix deprecation woarning #2380

Open jwalgran opened 1 year ago

jwalgran commented 1 year ago

Terraform apply operations produce this deprecation warning


╷
│ Warning: Argument is deprecated
│
│   with module.database_enc.aws_db_instance.postgresql,
│   on .terraform/modules/database_enc/main.tf line 55, in resource "aws_db_instance" "postgresql":
│   55:   name                            = var.database_name
│
│ Use db_name instead
╵```

There is an issue to fix this in the upstream module

https://github.com/azavea/terraform-aws-postgresql-rds/issues/45

When this is fixed, and a new release is available, update to it.
jwalgran commented 1 year ago

Please add your planning poker estimate with Zenhub @nanotubing