From bb41adfbd6f5d62b12f3ff5c402bf3eda67aa8ff Mon Sep 17 00:00:00 2001 From: Ninir Date: Mon, 20 Nov 2017 15:07:18 +0100 Subject: [PATCH] efs_mount_target.html.markdown: Clarified use of attributes --- website/docs/r/efs_mount_target.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/efs_mount_target.html.markdown b/website/docs/r/efs_mount_target.html.markdown index eb3f3562eb97..ae7a17c0f0aa 100644 --- a/website/docs/r/efs_mount_target.html.markdown +++ b/website/docs/r/efs_mount_target.html.markdown @@ -6,7 +6,7 @@ description: |- Provides an Elastic File System (EFS) mount target. --- -# aws\_efs\_mount\_target +# aws_efs_mount_target Provides an Elastic File System (EFS) mount target. @@ -46,7 +46,7 @@ be for the same VPC as subnet specified) in effect for the mount target. support for DNS hostnames enabled. See [Using DNS with Your VPC](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-dns.html) and [VPC resource](https://www.terraform.io/docs/providers/aws/r/vpc.html#enable_dns_hostnames) in Terraform for more information. -The following attributes are exported: +In addition to all arguments above, the following attributes are exported: * `id` - The ID of the mount target. * `dns_name` - The DNS name for the given subnet/AZ per [documented convention](http://docs.aws.amazon.com/efs/latest/ug/mounting-fs-mount-cmd-dns-name.html).