You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Terraform apply operations produce this deprecation warning
The text was updated successfully, but these errors were encountered: