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

[v13] Pin Teleport Terraform Provider to Teleport major version #32897

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

tigrato
Copy link
Contributor

@tigrato tigrato commented Oct 3, 2023

Partially backport #32784 to branch/v13

The previous constrain `>= (=teleport.version=)` allows Terraform to pick any version bigger than the specified version. This is a problem because `>= 12.0.0` can actually select `14.0.0` which breaks our client guarantees when connecting to Auth server.

This PR forces Terraform to pick any version `>=12.0.0` and `< 13.0.0`. The pessimist version constrain prevents Terraform provider to use versions outside of the specified major version.

Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
@tigrato tigrato changed the title Pin Teleport Terraform Provider to Teleport major version [v13] Pin Teleport Terraform Provider to Teleport major version Oct 3, 2023
@tigrato tigrato added this pull request to the merge queue Oct 3, 2023
Merged via the queue into branch/v13 with commit 5dee947 Oct 3, 2023
26 checks passed
@tigrato tigrato deleted the tigrato/backport-32784-branch-v13 branch October 3, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants