Update EBS optimized instances type (#384)

* Update EBS optimized instances type

* Update changelog

* Pin terraform version < 0.12
This commit is contained in:
Gauthier
2019-05-29 16:04:23 +02:00
committed by Max Williams
parent a9753e8303
commit feb8810af2
3 changed files with 29 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ install:
- bundle install
before_script:
- export TERRAFORM_VERSION=$(curl -s https://checkpoint-api.hashicorp.com/v1/check/terraform | jq -r -M '.current_version')
- export TERRAFORM_VERSION=0.11.14
- curl --silent --output terraform.zip "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip"
- unzip terraform.zip ; rm -f terraform.zip; chmod +x terraform
- mkdir -p ${HOME}/bin ; export PATH=${PATH}:${HOME}/bin; mv terraform ${HOME}/bin/