mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
Pin terraform version < 0.12
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ install:
|
|||||||
- bundle install
|
- bundle install
|
||||||
|
|
||||||
before_script:
|
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"
|
- 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
|
- unzip terraform.zip ; rm -f terraform.zip; chmod +x terraform
|
||||||
- mkdir -p ${HOME}/bin ; export PATH=${PATH}:${HOME}/bin; mv terraform ${HOME}/bin/
|
- mkdir -p ${HOME}/bin ; export PATH=${PATH}:${HOME}/bin; mv terraform ${HOME}/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user