vars.tf 389 B

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