mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-15 07:00:14 -04:00
672 B
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 Tokentags- (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