FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_efs_file_system

Provides an Elastic File System (EFS) resource.

Example Usage

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

Argument Reference

~> NOTE: The reference_name attribute has been deprecated and might be removed in future releases, please use creation_token instead.

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

The EFS file systems can be imported using the id, e.g.

$ terraform import aws_efs_file_system.foo fs-6fa144c6

See the source of this document at Terraform.io