Skip to content

Commit

Permalink
fix(storage): permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lafayettegabe committed Jan 12, 2025
1 parent a60888b commit 0a487f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ resource "aws_iam_role_policy" "k8s_node_additional_policy" {
Action = [
"elasticfilesystem:*",
]
Resource = [
"elasticfilesystem:*"
]
Resource = "*"
}
]
})
Expand Down

0 comments on commit 0a487f2

Please sign in to comment.