vars.tf 323 B

12345678910
  1. variable vpcs { type = list(string) }
  2. variable subnets { type = list(string) }
  3. # inherited variables
  4. variable dns_info { type = map }
  5. variable tags { type = map }
  6. variable standard_tags { type = map }
  7. variable aws_account_id { type = string }
  8. variable aws_partition { type = string }
  9. variable account_list { type = list }