Skip to content

Commit

Permalink
Pin Teleport Terraform Provider to Teleport major version
Browse files Browse the repository at this point in the history
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
guarentees 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>
  • Loading branch information
tigrato committed Sep 29, 2023
1 parent 818d9ed commit 0a32ffc
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 118 deletions.
Loading

0 comments on commit 0a32ffc

Please sign in to comment.