vars.tf 160 B

1234
  1. variable "tags" { type = map(any) }
  2. variable "vpc_id" { type = string }
  3. variable "subnets" { type = list(string) }
  4. variable "customer_vars" { type = map(any) }