File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 94
94
- name : Install pre-commit dependencies
95
95
run : |
96
96
pip install pre-commit
97
- curl -L "$(curl -s https://api.github.com/repos/terraform-docs/terraform-docs/releases/latest | grep -o -E "https://.+?-v0.12.0 -linux-amd64" | head -n1)" > terraform-docs && chmod +x terraform-docs && sudo mv terraform-docs /usr/bin/
97
+ curl -L "$(curl -s https://api.github.com/repos/terraform-docs/terraform-docs/releases/latest | grep -o -E "https://.+?-v0.12\..+? -linux-amd64" | head -n1)" > terraform-docs && chmod +x terraform-docs && sudo mv terraform-docs /usr/bin/
98
98
curl -L "$(curl -s https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")" > tflint.zip && unzip tflint.zip && rm tflint.zip && sudo mv tflint /usr/bin/
99
99
- name : Execute pre-commit
100
100
# Run all pre-commit checks on max version supported
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ data "aws_iam_policy_document" "async" {
188
188
" sns:Publish" ,
189
189
" sqs:SendMessage" ,
190
190
" events:PutEvents" ,
191
+ " lambda:InvokeFunction" ,
191
192
]
192
193
193
194
resources = compact (distinct ([var . destination_on_failure , var . destination_on_success ]))
You can’t perform that action at this time.
0 commit comments