variable "vpcs" { type = list(string) } variable "subnets" { type = list(string) } # inherited variables variable "dns_info" { type = map(any) } variable "tags" { type = map(any) } variable "standard_tags" { type = map(any) } variable "aws_account_id" { type = string } variable "aws_partition" { type = string } variable "account_list" { type = list(any) }