vars.tf 427 B

123456789
  1. variable "interconnect_public_ips" { type = list(any) }
  2. variable "interconnect_private_ips" { type = list(any) }
  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(any) }
  7. variable "tags" { type = map(any) }
  8. variable "environment" { type = string }
  9. variable "aws_partition_alias" { type = string }