terraform-aws-hasura icon indicating copy to clipboard operation
terraform-aws-hasura copied to clipboard

Update deprecated field name

Open mvanlonden opened this issue 2 years ago • 0 comments

╷
│ 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)

mvanlonden avatar Jul 01 '22 19:07 mvanlonden