vars.tf 142 B

12345
  1. variable "vpcs" { type = list(string) }
  2. variable "subnets" { type = list(string) }
  3. # inherited variables
  4. variable "tags" { type = map(any) }