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

Merge branch 'REBECCA.WHEELER-master-patch-bdac' into 'master'

Update file efs.tf

See merge request !55
parents 59457a09 38ac8e08
No related branches found
No related tags found
1 merge request!55Update file efs.tf
......@@ -11,4 +11,7 @@ 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]
backup_policy {
status = "ENABLED"
}
}
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