DEV Community

Discussion on: Tagging with Terraform

Collapse
 
christhomas profile image
Christopher Thomas

I've spotted some mistakes in this article

  1. variable types do not support interpolation of using other variables, you need to use locals
  2. variable "default_tags" is badly defined and some of the HCL is incorrect because it's missing the trailing } on some variables