Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Update Postgres terraform module to fix deprecation woarning #2380

Open
jwalgran opened this issue Mar 8, 2023 · 1 comment
Open

Update Postgres terraform module to fix deprecation woarning #2380

jwalgran opened this issue Mar 8, 2023 · 1 comment

Comments

@jwalgran
Copy link
Contributor

jwalgran commented Mar 8, 2023

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
Copy link
Contributor Author

jwalgran commented Mar 8, 2023

Please add your planning poker estimate with Zenhub @nanotubing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant