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

Any plans to bump the supported terraform version to v0.12.19 #91

Closed
markmacmahon opened this issue Jan 14, 2020 · 1 comment
Closed

Comments

@markmacmahon
Copy link

Hi, I upgraded terraform to v0.12.19 to work around the forthcoming AWS RDS ssl certification expiration issue documented here.
However this upgrade is no longer compatible with traefic due to the version being pinned at required_version = "~> 0.12.0" in versions.tf
Are there any plans to support terraform versions >= 0.12.19 ?
Thanks,
Mark

`Initializing modules...

Error: Unsupported Terraform Core version

Module traefik.default_label (from
"git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.11.1")
does not support Terraform version 0.12.19. To proceed, either choose another
supported Terraform version or update the module's version constraint. Version
constraints are normally set for good reason, so updating the constraint may
lead to other errors or unexpected behavior.`

@aknysh
Copy link
Member

aknysh commented Jan 14, 2020

@markmacmahon

required_version = "~> 0.12.0" will support 0.12.19 as well.
It will support everything up to 0.13.
https://devhints.io/semver

https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.11.1 is terraform 0.11 version.
Update to the latest 0.16.0 and try again.

thanks

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

3 participants