From 2b39f5afddf9aef5184b3c313d99f6ca4f38608e Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 18 Nov 2016 09:55:37 -0500 Subject: [PATCH] Correct the name of the notes section mentioned --- .../docs/providers/aws/r/default_network_acl.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/providers/aws/r/default_network_acl.html.markdown b/website/source/docs/providers/aws/r/default_network_acl.html.markdown index 092271d52e..4306491b9f 100644 --- a/website/source/docs/providers/aws/r/default_network_acl.html.markdown +++ b/website/source/docs/providers/aws/r/default_network_acl.html.markdown @@ -25,9 +25,9 @@ rules in the ACL**. It then proceeds to create any rules specified in the configuration. This step is required so that only the rules specified in the configuration are created. -This resource treats it's inline rules as absolute; only the rules defined +This resource treats its inline rules as absolute; only the rules defined inline are created, and any additions/removals external to this resource will -result in diff shown. For these reasons, this resource is incompatible with the +result in diffs being shown. For these reasons, this resource is incompatible with the `aws_network_acl_rule` resource. For more information about Network ACLs, see the AWS Documentation on @@ -116,7 +116,7 @@ The following arguments are supported: * `default_network_acl_id` - (Required) The Network ACL ID to manage. This attribute is exported from `aws_vpc`, or manually found via the AWS Console. * `subnet_ids` - (Optional) A list of Subnet IDs to apply the ACL to. See the -notes below on managing Subnets in the Default VPC +notes below on managing Subnets in the Default Network ACL * `ingress` - (Optional) Specifies an ingress rule. Parameters defined below. * `egress` - (Optional) Specifies an egress rule. Parameters defined below. * `tags` - (Optional) A mapping of tags to assign to the resource.