--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_local_gateway_route Resource - terraform-provider-awscc" subcategory: "" description: |- Describes a route for a local gateway route table. --- # awscc_ec2_local_gateway_route (Resource) Describes a route for a local gateway route table. ## Schema ### Required - `destination_cidr_block` (String) The CIDR block used for destination matches. - `local_gateway_route_table_id` (String) The ID of the local gateway route table. - `local_gateway_virtual_interface_group_id` (String) The ID of the virtual interface group. ### Read-Only - `id` (String) Uniquely identifies the resource. - `state` (String) The state of the route. - `type` (String) The route type. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_local_gateway_route.example ```