╷
│ Error: Missing map element
│
│ on .terraform/modules/rds_postgres_database/aws/database/rds/database.tf line 3, in resource "aws_db_instance" "main":
│ 3: identifier = "${terraform.workspace}-${var.tags.Project}-${var.db_name}"
│ ├────────────────
│ │ var.tags is empty map of string
│
│ This map does not have an element with the key "Project".
not sure if there is a specific need to include the project within the db_name?
Context
Desired Outcome
workspace
andvar.db_name