THEY-Consulting / they-terraform

Helper modules for an easier terraform life
3 stars 0 forks source link

RDS with empty tags explodes #66

Closed thiemogries closed 2 months ago

thiemogries commented 9 months ago

Context

╷ │ 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".

Desired Outcome