Skip to content

Commit

Permalink
removed dependency on EFS mount targets within the instance resource …
Browse files Browse the repository at this point in the history
…to allow deletion of EFS without the instances also being deleted
  • Loading branch information
jeremycook123 committed Apr 26, 2024
1 parent fb2a90e commit a19e426
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform/lab.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,4 @@ EOF
tags = {
"Name" = "instance-0${count.index + 1}"
}

depends_on = [
aws_efs_mount_target.efs_mount_target
]
}

0 comments on commit a19e426

Please sign in to comment.