We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b4a3b commit 1db4a44Copy full SHA for 1db4a44
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.83.5
+ rev: v1.83.6
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_validate
main.tf
@@ -485,7 +485,10 @@ module "efs" {
485
override_policy_documents = try(var.efs.override_policy_documents, [])
486
policy_statements = concat(
487
[{
488
- actions = ["elasticfilesystem:ClientMount"]
+ actions = [
489
+ "elasticfilesystem:ClientMount",
490
+ "elasticfilesystem:ClientWrite",
491
+ ]
492
principals = [
493
{
494
type = "AWS"
0 commit comments