Skip to content

Commit

Permalink
Merge pull request #12 from truefoundry/efs-sid
Browse files Browse the repository at this point in the history
EFS sid to be autogenerated
  • Loading branch information
dunefro authored Dec 20, 2024
2 parents 407e8dc + 56c9b37 commit 7dece65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion efs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ data "aws_iam_policy_document" "efs" {
# EFS file system policy
data "aws_iam_policy_document" "efs_file_system_policy" {
statement {
sid = "EFS-CSI-Driver-Access"
effect = "Allow"
actions = ["elasticfilesystem:ClientMount", "elasticfilesystem:ClientWrite", "elasticfilesystem:ClientRootAccess"]
principals {
Expand Down

0 comments on commit 7dece65

Please sign in to comment.