# variables from terragrunt.hcl variable "tags" { type = map(any) } # inherited variables variable "customer_account_list" { type = list(any) default = [] }