DEV Community

Discussion on: Tagging with Terraform

Collapse
 
ahmednrana profile image
Rana Ahmed

Its giving the error Variables not defined here.
variable "default_tags" {
type = "map"
default = {
key: "value",
Name: "Value",
department: "${var.dept_name",
team: "${var.team_name",
app: "${var.app_name",
env: "${var.app_env}"
}
}