Files
opentf/website/source/docs/providers/aws/r/efs_file_system.html.markdown
2015-10-03 19:35:07 -07:00

672 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
aws AWS: aws_efs_file_system docs-aws-resource-efs-file-system Provides an EFS file system.

aws_efs_file_system

Provides an EFS file system.

Example Usage

resource "aws_efs_file_system" "foo" {
  reference_name = "my-product"
  tags {
    Name = "MyProduct"
  }
}

Argument Reference

The following arguments are supported:

  • reference_name - (Optional) A reference name used in Creation Token
  • tags - (Optional) A mapping of tags to assign to the file system

Attributes Reference

The following attributes are exported:

  • id - The ID that identifies the file system