--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_local_gateway_route_table_vpc_association Resource - terraform-provider-awscc" subcategory: "" description: |- Describes an association between a local gateway route table and a VPC. --- # awscc_ec2_local_gateway_route_table_vpc_association (Resource) Describes an association between a local gateway route table and a VPC. ## Schema ### Required - `local_gateway_route_table_id` (String) The ID of the local gateway route table. - `vpc_id` (String) The ID of the VPC. ### Optional - `tags` (Attributes Set) The tags for the association. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `id` (String) Uniquely identifies the resource. - `local_gateway_id` (String) The ID of the local gateway. - `local_gateway_route_table_vpc_association_id` (String) The ID of the association. - `state` (String) The state of the association. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_local_gateway_route_table_vpc_association.example ```