Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kl4w committed Jul 5, 2018
1 parent 1a05a04 commit 1ff5555
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/d/vpc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ The following attribute is additionally exported:
* `ipv6_cidr_block` - The IPv6 CIDR block.
* `enable_dns_support` - Whether or not the VPC has DNS support
* `enable_dns_hostnames` - Whether or not the VPC has DNS hostname support

`cidr_block_associations` is also exported with the following attributes:

* `association_id` - The association ID for the the IPv4 CIDR block.
* `cidr_block` - The CIDR block for the association.
* `state` - The State of the association.

0 comments on commit 1ff5555

Please sign in to comment.