Skip to content

Maps

We should prefer using = over : in maps

Good

common_tags = {
  Environment = "production"
}

Bad

common_tags = {
  Environment : "production"
}