CircleCI-Public / terraform-orb

Deploy your infrastructure via a CircleCI pipeline using the Terraform orb. Integrate Infrastructure-as-Code (IaC) to help provision and manage any cloud, infrastructure, or service of your choice.
https://circleci.com/orbs/registry/orb/circleci/terraform
MIT License
10 stars 44 forks source link

How to pass the Terraform version I need? #12

Closed amontalban closed 3 years ago

amontalban commented 3 years ago

Is your feature request related to a problem? Please describe. I want to use a specific version of Terraform, looks like the executor allows an image parameter to set the Terraform Docker image version but I am not able to change this.

Describe the solution you'd like I would like to define it in my config.yml so I can upgrade the Terraform version in a controlled way.

Describe alternatives you've considered N/A

Additional context N/A

gmemstr commented 3 years ago

@amontalban You can use the install command to install a specific version of Terraform: https://circleci.com/developer/orbs/orb/circleci/terraform#commands-install