You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.`
The text was updated successfully, but these errors were encountered:
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.`
The text was updated successfully, but these errors were encountered: