vars.tf 258 B

12345678
  1. variable "tags" {
  2. description = "Tags for the bucket and kms key."
  3. type = map(any)
  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.