aws_network_interface attachment block is not required

Mark the `attachment` field of `aws_network_interface` as optional because it is not required to create a network interface
This commit is contained in:
Jesse Szwedko 2015-07-30 16:25:50 -04:00
parent 6e7c6122e9
commit 5b740c02db
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ The following arguments are supported:
* `subnet_id` - (Required) Subnet ID to create the ENI in.
* `private_ips` - (Optional) List of private IPs to assign to the ENI.
* `security_groups` - (Optional) List of security group IDs to assign to the ENI.
* `attachment` - (Required) Block to define the attachment of the ENI. Documented below.
* `attachment` - (Optional) Block to define the attachment of the ENI. Documented below.
* `source_dest_check` - (Optional) Whether to enable source destination checking for the ENI. Default true.
* `tags` - (Optional) A mapping of tags to assign to the resource.