Skip to content

Commit

Permalink
Bump gruntwork installer and gcp-helpers versions (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan authored Feb 10, 2021
1 parent f4b4e17 commit c3b20da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
env: &env
environment:
GRUNTWORK_INSTALLER_VERSION: v0.0.33
GRUNTWORK_INSTALLER_VERSION: v0.0.34
MODULE_CI_VERSION: v0.29.2
MODULE_GCP_CI_VERSION: v0.1.1
TERRAFORM_VERSION: 0.14.0
TERRAGRUNT_VERSION: v0.24.2
PACKER_VERSION: 1.6.6
Expand Down Expand Up @@ -35,10 +36,7 @@ install_gruntwork_utils: &install_gruntwork_utils
curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version "${GRUNTWORK_INSTALLER_VERSION}"
gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "${MODULE_CI_VERSION}"
gruntwork-install --module-name "kubernetes-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "${MODULE_CI_VERSION}"
# TODO: Switch to a release version when https://github.com/gruntwork-io/terraform-google-ci/pull/10 is merged!!
gruntwork-install --module-name "gcp-helpers" --repo "https://github.com/gruntwork-io/terraform-google-ci" --branch "gcp-helpers"
gruntwork-install --module-name "gcp-helpers" --repo "https://github.com/gruntwork-io/terraform-google-ci" --tag "${MODULE_GCP_CI_VERSION}"
configure-environment-for-gruntwork-module \
--terraform-version ${TERRAFORM_VERSION} \
--terragrunt-version ${TERRAGRUNT_VERSION} \
Expand Down

0 comments on commit c3b20da

Please sign in to comment.