Skip to content

Commit

Permalink
Pin Teleport Terraform Provider to Teleport major version (#32784)
Browse files Browse the repository at this point in the history
* Pin Teleport Terraform Provider to Teleport major version

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 <[email protected]>

* fix spell

---------

Signed-off-by: Tiago Silva <[email protected]>
  • Loading branch information
tigrato authored Oct 3, 2023
1 parent 5454ae0 commit 3e8832e
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 119 deletions.
3 changes: 2 additions & 1 deletion docs/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,8 @@
"persistentvolumeclaim",
"daemonset",
"certificatesigningrequest",
"deletecollection"
"deletecollection",
"supervillain"
],
"flagWords": [
"hte"
Expand Down
Loading

0 comments on commit 3e8832e

Please sign in to comment.