vars.tf 339 B

12345678
  1. variable interconnect_public_ips { type = list }
  2. variable transit_gateway_id { type = string }
  3. variable interconnects_count { type = number }
  4. variable interconnect_asn { type = number }
  5. variable standard_tags { type = map }
  6. variable tags { type = map }
  7. variable environment { type = string }
  8. variable aws_partition_alias { type = string }