Skip to content

Commit

Permalink
Update packages/cdktf-cli/src/bin/cmds/helper/init.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Schmidt <[email protected]>
  • Loading branch information
howdoicomputer and DanielMSchmidt authored Nov 1, 2023
1 parent b0d1d73 commit d7dce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdktf-cli/src/bin/cmds/helper/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
);
};

Expand Down

0 comments on commit d7dce10

Please sign in to comment.