Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
bump teleport provider min version (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka authored Feb 2, 2024
1 parent 02598bf commit c145be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (

const (
// minServerVersion is the minimal teleport version the plugin supports.
minServerVersion = "6.1.0-beta.1"
minServerVersion = "15.0.0-0"
)

type RetryConfig struct {
Expand Down

0 comments on commit c145be5

Please sign in to comment.