vars.tf 218 B

12345678
  1. variable "tags" {
  2. type = map(any)
  3. default = {}
  4. }
  5. # ----------------------------------
  6. # Below this line are variables inherited from higher levels, so they
  7. # do not need to be explicitly passed to this module.