This repository was archived by the owner on Mar 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ defaults: &defaults
55 image : circleci/classic:201711-01
66 environment :
77 GRUNTWORK_INSTALLER_VERSION : v0.0.29
8- TERRATEST_LOG_PARSER_VERSION : v0.29.0
9- MODULE_CI_VERSION : v0.28.1
10- TERRAFORM_VERSION : 0.12.29
8+ TERRATEST_LOG_PARSER_VERSION : v0.30.10
9+ MODULE_CI_VERSION : v0.29.0
10+ TERRAFORM_VERSION : 0.13.4
1111 TERRAGRUNT_VERSION : NONE
12- PACKER_VERSION : 1.4.1
12+ PACKER_VERSION : 1.6.4
1313 GOLANG_VERSION : 1.14
1414
1515version : 2
@@ -23,19 +23,10 @@ jobs:
2323 - run : echo 'export PATH=$HOME/.local/bin:$HOME/terraform:$HOME/packer:$PATH' >> $BASH_ENV
2424
2525 # Install Gruntwork and HashiCorp dependencies
26- - restore_cache :
27- keys :
28- - v2-external-dep
29- # Use the Gruntwork Installer to install the gruntwork-module-circleci-helpers
3026 - run : curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version "${GRUNTWORK_INSTALLER_VERSION}"
3127 - run : gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "${MODULE_CI_VERSION}"
3228 - run : gruntwork-install --binary-name "terratest_log_parser" --repo "https://github.com/gruntwork-io/terratest" --tag "${TERRATEST_LOG_PARSER_VERSION}"
3329 - run : configure-environment-for-gruntwork-module --terraform-version ${TERRAFORM_VERSION} --terragrunt-version ${TERRAGRUNT_VERSION} --packer-version ${PACKER_VERSION} --go-version ${GOLANG_VERSION}
34- - save_cache :
35- key : v2-external-dep
36- paths :
37- - $HOME/terraform
38- - $HOME/packer
3930
4031 # Install external dependencies
4132 - run : DEBIAN_FRONTEND=noninteractive sudo apt-get update && sudo apt-get install -y python-pip
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/gruntwork-io/pre-commit
3- rev : v0.0.2
3+ rev : v0.1.10
44 hooks :
55 - id : terraform-fmt
6+ - id : gofmt
You can’t perform that action at this time.
0 commit comments