File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
- name : Install pre-commit dependencies
92
92
run : |
93
93
pip install pre-commit
94
- curl -Lo ./terraform-docs.tar.gz https://github.com/terraform-docs/terraform-docs/releases/download/v0.13.0/terraform-docs-v0.13.0-$(uname)-amd64.tar.gz && tar -xzf terraform-docs.tar.gz && chmod +x terraform-docs && sudo mv terraform-docs /usr/bin/
94
+ curl -Lo ./terraform-docs.tar.gz https://github.com/terraform-docs/terraform-docs/releases/download/v0.13.0/terraform-docs-v0.13.0-$(uname)-amd64.tar.gz && tar -xzf terraform-docs.tar.gz terraform-docs && chmod +x terraform-docs && sudo mv terraform-docs /usr/bin/
95
95
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/
96
96
- name : Execute pre-commit
97
97
# Run all pre-commit checks on max version supported
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Note that this example may create resources which cost money. Run `terraform des
40
40
| Name | Source | Version |
41
41
| ------| --------| ---------|
42
42
| <a name =" module_acm " ></a > [ acm] ( #module\_ acm ) | terraform-aws-modules/acm/aws | ~ > 3.0 |
43
- | <a name =" module_api_gateway " ></a > [ api\_ gateway] ( #module\_ api\_ gateway ) | ../../ | n/a |
43
+ | <a name =" module_api_gateway " ></a > [ api\_ gateway] ( #module\_ api\_ gateway ) | ../../ | |
44
44
| <a name =" module_lambda_function " ></a > [ lambda\_ function] ( #module\_ lambda\_ function ) | terraform-aws-modules/lambda/aws | ~ > 2.0 |
45
45
| <a name =" module_step_function " ></a > [ step\_ function] ( #module\_ step\_ function ) | terraform-aws-modules/step-functions/aws | ~ > 2.0 |
46
46
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Note that this example may create resources which cost money. Run `terraform des
38
38
| ------| --------| ---------|
39
39
| <a name =" module_alb " ></a > [ alb] ( #module\_ alb ) | terraform-aws-modules/alb/aws | ~ > 6.0 |
40
40
| <a name =" module_alb_security_group " ></a > [ alb\_ security\_ group] ( #module\_ alb\_ security\_ group ) | terraform-aws-modules/security-group/aws | ~ > 4.0 |
41
- | <a name =" module_api_gateway " ></a > [ api\_ gateway] ( #module\_ api\_ gateway ) | ../../ | n/a |
41
+ | <a name =" module_api_gateway " ></a > [ api\_ gateway] ( #module\_ api\_ gateway ) | ../../ | |
42
42
| <a name =" module_api_gateway_security_group " ></a > [ api\_ gateway\_ security\_ group] ( #module\_ api\_ gateway\_ security\_ group ) | terraform-aws-modules/security-group/aws | ~ > 4.0 |
43
43
| <a name =" module_lambda_function " ></a > [ lambda\_ function] ( #module\_ lambda\_ function ) | terraform-aws-modules/lambda/aws | ~ > 2.0 |
44
44
| <a name =" module_lambda_security_group " ></a > [ lambda\_ security\_ group] ( #module\_ lambda\_ security\_ group ) | terraform-aws-modules/security-group/aws | ~ > 4.0 |
You can’t perform that action at this time.
0 commit comments