From add527e8b7214896514a9f3f21be27104f56e918 Mon Sep 17 00:00:00 2001 From: hugoShaka Date: Fri, 26 Jul 2024 10:44:04 -0400 Subject: [PATCH] Update v16 version in error message --- tool/tctl/common/terraform_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/tctl/common/terraform_command.go b/tool/tctl/common/terraform_command.go index 798c4de0b9997..e326fe3884b56 100644 --- a/tool/tctl/common/terraform_command.go +++ b/tool/tctl/common/terraform_command.go @@ -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 .`, roleName) case trace.IsNotFound(err) && c.existingRole != "":