vars.tf 167 B

12345678910
  1. # variables from terragrunt.hcl
  2. variable "tags" { type = map(any) }
  3. # inherited variables
  4. variable "customer_account_list" {
  5. type = list(any)
  6. default = []
  7. }