Skip to content
Snippets Groups Projects
Commit 1a2a1cf4 authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Update file efs.tf

parent ad52c5e7
No related branches found
No related tags found
1 merge request!56Update file efs.tf
......@@ -11,7 +11,11 @@ resource "aws_efs_mount_target" "secure-agent-fs-mount" {
subnet_id = sort(data.aws_subnets.subnets.ids)[0]
security_groups = [
data.aws_security_group.sec-group.id]
}
resource "aws_efs_backup_policy" "policy" {
file_system_id = aws_efs_file_system.secure-agent-fs.id
backup_policy {
status = "ENABLED"
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment