Skip to content

Commit

Permalink
fix policy
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 19, 2021
1 parent 5951e47 commit fd8f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full-cluster/efs/policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ data "aws_iam_policy_document" "efs-policy" {
]
condition {
test = "StringLike"
variable = "aws:Resource/efs.csi.aws.com/cluster"
variable = "aws:ResourceTag/efs.csi.aws.com/cluster"
values = ["true"]
}
}
Expand Down

0 comments on commit fd8f5f0

Please sign in to comment.