File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 44 - auth :
55 password : $DOCKER_PASSWORD
66 username : $DOCKER_USERNAME
7- image : trussworks/circleci:6986bb9022e5a83599feb66a7128a2d0fa12732a
7+ image : trussworks/circleci:efb1042e31538677779971798e0912390f699e72
88 steps :
99 - checkout
1010 - restore_cache :
1717 key : pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
1818 paths :
1919 - ~/.cache/pre-commit
20- references :
21- circleci : trussworks/circleci:6986bb9022e5a83599feb66a7128a2d0fa12732a
2220version : 2.1
2321workflows :
2422 validate :
Original file line number Diff line number Diff line change 11repos :
22 - repo : git://github.com/pre-commit/pre-commit-hooks
3- rev : v3.2 .0
3+ rev : v3.4 .0
44 hooks :
55 - id : check-json
66 - id : check-merge-conflict
@@ -12,12 +12,12 @@ repos:
1212 - id : trailing-whitespace
1313
1414 - repo : git://github.com/igorshubovych/markdownlint-cli
15- rev : v0.23.2
15+ rev : v0.26.0
1616 hooks :
1717 - id : markdownlint
1818
1919 - repo : git://github.com/antonbabenko/pre-commit-terraform
20- rev : v1.37 .0
20+ rev : v1.45 .0
2121 hooks :
2222 - id : terraform_docs
2323 - id : terraform_fmt
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Creates the following resources:
99
1010## Terraform Versions
1111
12- Terraform 0.12 . Pin module version to ~ > 2 .0.0. Submit pull-requests to master branch.
12+ Terraform 0.13 and later . Pin module version to ~ > 3 .0.0. Submit pull-requests to master branch.
1313
14- Terraform 0.11 . Pin module version to ~ > 1 .0.0. Submit pull-requests to terraform011 branch.
14+ Terraform 0.12 . Pin module version to ~ > 2 .0.0. Submit pull-requests to terraform012 branch.
1515
1616## Usage
1717
@@ -32,14 +32,14 @@ module "trusted-advisor-refresh" {
3232
3333| Name | Version |
3434| ------| ---------|
35- | terraform | ~ > 0.12 .0 |
36- | aws | ~ > 2.70 |
35+ | terraform | >= 0.13 .0 |
36+ | aws | >= 3.0 |
3737
3838## Providers
3939
4040| Name | Version |
4141| ------| ---------|
42- | aws | ~ > 2.70 |
42+ | aws | >= 3.0 |
4343
4444## Inputs
4545
Original file line number Diff line number Diff line change 11terraform {
2- required_version = " ~> 0.12 .0"
2+ required_version = " >= 0.13 .0"
33
44 required_providers {
5- aws = " ~> 2.70 "
5+ aws = " >= 3.0 "
66 }
77}
You can’t perform that action at this time.
0 commit comments