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 9191 - name : Install pre-commit dependencies
9292 run : |
9393 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/
9595 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/
9696 - name : Execute pre-commit
9797 # 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
4040| Name | Source | Version |
4141| ------| --------| ---------|
4242| <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 ) | ../../ | |
4444| <a name =" module_lambda_function " ></a > [ lambda\_ function] ( #module\_ lambda\_ function ) | terraform-aws-modules/lambda/aws | ~ > 2.0 |
4545| <a name =" module_step_function " ></a > [ step\_ function] ( #module\_ step\_ function ) | terraform-aws-modules/step-functions/aws | ~ > 2.0 |
4646
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
3838| ------| --------| ---------|
3939| <a name =" module_alb " ></a > [ alb] ( #module\_ alb ) | terraform-aws-modules/alb/aws | ~ > 6.0 |
4040| <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 ) | ../../ | |
4242| <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 |
4343| <a name =" module_lambda_function " ></a > [ lambda\_ function] ( #module\_ lambda\_ function ) | terraform-aws-modules/lambda/aws | ~ > 2.0 |
4444| <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