Terraform resource: aws efs file system
(Redirected from Aws efs file system)
Jump to navigation
Jump to search
aws_efs_file_system (terraform.io)
transition_to_archive | transition_to_ia | transition_to_primary_storage_class dns_name
Official example[edit]
resource "aws_efs_file_system" "foo" {
creation_token = "my-product"
tags = {
Name = "MyProduct"
}
}
resource "aws_efs_file_system" "foo_with_lifecyle_policy" {
creation_token = "my-product"
lifecycle_policy {
transition_to_ia = "AFTER_30_DAYS"
}
}
Related[edit]
See also[edit]
Advertising: