- variable "tags" {
- type = map(any)
- default = {}
- }
- # ----------------------------------
- # Below this line are variables inherited from higher levels, so they
- # do not need to be explicitly passed to this module.
- variable "is_legacy" { type = bool }
- variable "legacy_account" { type = string }
|