Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update terraform orb for 0.14 #216

Open
Medd1er opened this issue Dec 22, 2020 · 2 comments
Open

Update terraform orb for 0.14 #216

Medd1er opened this issue Dec 22, 2020 · 2 comments

Comments

@Medd1er
Copy link

Medd1er commented Dec 22, 2020

Hi everyone!

Is there a release date defined for adding terraform 0.14 to the orb?

Thank you in advance!

@aterreno
Copy link

@Medd1er I think that the orb picks the version from the versions.tf files. I've updated mine to look like

terraform {
  required_version = "= 0.13.6"
  required_providers {
    aws = {
      source = "hashicorp/aws"
    }
    template = {
      source = "hashicorp/template"
    }
  }
}

(before they had a >= constraints and the orb would pick the latest terraform version)

@Medd1er
Copy link
Author

Medd1er commented Jan 29, 2021

hey @aterreno! Thanks a lot for your feedback and for the tip! This should work but in the meantime, we had to use the pretty straightforward approach with a concrete version pull. But anyway, we'd like to use orbs in the future for that 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants