Skip to content

Commit

Permalink
Update v16 version in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Aug 2, 2024
1 parent 650f739 commit 4efea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tctl/common/terraform_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (c *TerraformCommand) RunEnvCommand(ctx context.Context, client *authclient
switch {
case trace.IsNotFound(err) && c.existingRole == "":
return trace.Wrap(err, `The Terraform role %q does not exist in your Teleport cluster.
This default role is included in Teleport clusters whose version is higher than v16.1 or v17.
This default role is included in Teleport clusters whose version is higher than v16.2 or v17.
If you want to use "tctl terraform env" against an older Teleport cluster, you must create the Terraform role
yourself and set the flag --role <your-terraform-role-name>.`, roleName)
case trace.IsNotFound(err) && c.existingRole != "":
Expand Down

0 comments on commit 4efea65

Please sign in to comment.