Skip to content

Commit

Permalink
EFS sid to be autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Dec 20, 2024
1 parent 407e8dc commit 56c9b37
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 56c9b37

Please sign in to comment.