File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
modules/iam-role-for-service-accounts-eks Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.76 .0
3
+ rev : v1.77 .0
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_validate
23
23
- ' --args=--only=terraform_standard_module_structure'
24
24
- ' --args=--only=terraform_workspace_remote'
25
25
- repo : https://github.com/pre-commit/pre-commit-hooks
26
- rev : v4.3 .0
26
+ rev : v4.4 .0
27
27
hooks :
28
28
- id : check-merge-conflict
29
29
- id : end-of-file-fixer
Original file line number Diff line number Diff line change @@ -410,7 +410,10 @@ data "aws_iam_policy_document" "external_secrets" {
410
410
count = var. create_role && var. attach_external_secrets_policy ? 1 : 0
411
411
412
412
statement {
413
- actions = [" ssm:GetParameter" ]
413
+ actions = [
414
+ " ssm:GetParameter" ,
415
+ " ssm:GetParameters" ,
416
+ ]
414
417
resources = var. external_secrets_ssm_parameter_arns
415
418
}
416
419
You can’t perform that action at this time.
0 commit comments