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` ); };