From d7dce1014f4a889816035a2062488b5a89648a52 Mon Sep 17 00:00:00 2001 From: Tyler Hampton Date: Wed, 1 Nov 2023 11:54:50 -0700 Subject: [PATCH] Update packages/cdktf-cli/src/bin/cmds/helper/init.ts Co-authored-by: Daniel Schmidt --- packages/cdktf-cli/src/bin/cmds/helper/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cdktf-cli/src/bin/cmds/helper/init.ts b/packages/cdktf-cli/src/bin/cmds/helper/init.ts index 87ba6fee9e..bb4407581f 100644 --- a/packages/cdktf-cli/src/bin/cmds/helper/init.ts +++ b/packages/cdktf-cli/src/bin/cmds/helper/init.ts @@ -374,7 +374,7 @@ async function gatherInfo( if (organizationIds.length == 0) { throw Errors.Usage( - `You must be part of an organization in Terraform Cloud in order to use it as a RemoteBackend.\n` + `You must be part of an organization in Terraform Cloud in order to use it as a RemoteBackend or CloudBackend.\n` ); };