github.com/jmbataller/terraform@v0.6.8-0.20151125192640-b7a12e3a580c/website/source/docs/providers/aws/r/efs_file_system.html.markdown (about) 1 --- 2 layout: "aws" 3 page_title: "AWS: aws_efs_file_system" 4 sidebar_current: "docs-aws-resource-efs-file-system" 5 description: |- 6 Provides an EFS file system. 7 --- 8 9 # aws\_efs\_file\_system 10 11 Provides an EFS file system. 12 13 ## Example Usage 14 15 ``` 16 resource "aws_efs_file_system" "foo" { 17 reference_name = "my-product" 18 tags { 19 Name = "MyProduct" 20 } 21 } 22 ``` 23 24 ## Argument Reference 25 26 The following arguments are supported: 27 28 * `reference_name` - (Optional) A reference name used in Creation Token 29 * `tags` - (Optional) A mapping of tags to assign to the file system 30 31 ## Attributes Reference 32 33 The following attributes are exported: 34 35 * `id` - The ID that identifies the file system