vars.tf 243 B

1234567
  1. # inherited variables
  2. variable tags { type = map }
  3. variable dns_info { type = map }
  4. variable standard_tags { type = map }
  5. variable aws_account_id { type = string }
  6. variable aws_partition { type = string }
  7. variable account_list { type = list }