You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform module for managing a Transit Gateway VPC Attachment Accepter. This module is used in a
cross-account VPC attachment workflow. This module will manage the attachment, as well as any Transit
Gateway route table association or propagations, and VPC routes.
List of VPC route objects with a target of the VPC attachment
list(object({ # name is used as for_each key name = string route_table_id = string destination_cidr_block = optional(string) destination_ipv6_cidr_block = optional(string) destination_prefix_list_id = optional(string) }))