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

[v14] Pin Teleport Terraform Provider to Teleport major version #32898

Merged
merged 3 commits into from
Oct 3, 2023

Conversation

tigrato
Copy link
Contributor

@tigrato tigrato commented Oct 3, 2023

Partially backport #32784 to branch/v14

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>
@marcoandredinis
Copy link
Contributor

This backport should include all the changes from master, does it?

Terraform provider releases always targets the latest major, so the docs for V14 must reflect the current provider's implementation.

@tigrato tigrato enabled auto-merge October 3, 2023 15:13
@tigrato tigrato added this pull request to the merge queue Oct 3, 2023
Merged via the queue into branch/v14 with commit b8cc48f Oct 3, 2023
26 checks passed
@tigrato tigrato deleted the tigrato/backport-32784-branch-v14 branch October 3, 2023 15:38
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