terraform-aws-hasura
terraform-aws-hasura copied to clipboard
Update deprecated field name
╷
│ Warning: Argument is deprecated
│
│ with module.hasura.aws_db_instance.hasura,
│ on .terraform/modules/hasura/main.tf line 180, in resource "aws_db_instance" "hasura":
│ 180: name = var.rds_db_name
│
│ Use db_name instead
│
│ (and 2 more similar warnings elsewhere)