---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ec2_network_acl Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::EC2::NetworkAcl
---
# awscc_ec2_network_acl (Resource)
Resource Type definition for AWS::EC2::NetworkAcl
## Schema
### Required
- `vpc_id` (String) The ID of the VPC.
### Optional
- `tags` (Attributes List) The tags to assign to the network ACL. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `id` (String) The ID of this resource.
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_ec2_network_acl.example
```