variable "tags" { type = map(any) } variable "vpc_id" { type = string } variable "subnets" { type = list(string) } variable "customer_vars" { type = map(any) }