---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ec2_internet_gateway Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::EC2::InternetGateway
---
# awscc_ec2_internet_gateway (Resource)
Resource Type definition for AWS::EC2::InternetGateway
## Schema
### Optional
- `tags` (Attributes List) Any tags to assign to the internet gateway. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `id` (String) Uniquely identifies the resource.
- `internet_gateway_id` (String) ID of internet gateway.
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_ec2_internet_gateway.example
```