vars.tf 359 B

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