Skip to content

Commit

Permalink
Merge pull request #2371 from Ninir/d-efs-mount-target-attributes
Browse files Browse the repository at this point in the history
efs_mount_target.html.markdown: Clarified use of attributes
  • Loading branch information
Ninir authored Dec 4, 2017
2 parents 2aa59d4 + bb41adf commit 4b3ff9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/efs_mount_target.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 4b3ff9e

Please sign in to comment.