From 7e4f41710734442de1c531e023736e2e94eb3221 Mon Sep 17 00:00:00 2001 From: Yahya Poonawala Date: Tue, 23 Dec 2014 11:49:07 +0530 Subject: [PATCH] Updating markdown file for VPC to reflect addition of default network acl id and security group id. --- website/source/docs/providers/aws/r/vpc.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/providers/aws/r/vpc.html.markdown b/website/source/docs/providers/aws/r/vpc.html.markdown index 53611949b..f2ab8da16 100644 --- a/website/source/docs/providers/aws/r/vpc.html.markdown +++ b/website/source/docs/providers/aws/r/vpc.html.markdown @@ -54,3 +54,5 @@ The following attributes are exported: * `enable_dns_hostnames` - Whether or not the VPC has DNS hostname support * `main_route_table_id` - The ID of the main route table associated with this VPC. +* `default_network_acl_id` - The ID of the network ACL created by default on VPC creation +* `default_security_group_id` - The ID of the security group created by default on VPC creation