--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_carrier_gateway Resource - terraform-provider-awscc" subcategory: "" description: |- An example resource schema demonstrating some basic constructs and validation rules. --- # awscc_ec2_carrier_gateway (Resource) An example resource schema demonstrating some basic constructs and validation rules. ## Schema ### Required - `vpc_id` (String) The ID of the VPC. ### Optional - `tags` (Attributes Set) The tags for the carrier gateway. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `carrier_gateway_id` (String) The ID of the carrier gateway. - `id` (String) Uniquely identifies the resource. - `owner_id` (String) The ID of the owner. - `state` (String) The state of the carrier gateway. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_carrier_gateway.example ```