vars.tf 325 B

123456789
  1. variable hosted_public_dns_zones { type = list }
  2. variable delegated_public_dns_zones { type = map(list(string)) }
  3. # inherited variables
  4. variable tags { type = map }
  5. variable standard_tags { type = map }
  6. variable aws_account_id { type = string }
  7. variable aws_partition { type = string }
  8. variable account_list { type = list }