Joe-Kollin

Results 4 comments of Joe-Kollin

@Jolg42 I would like to use a Github Actions workflow to generate Prisma migrations in a PR to be merged against a repo we have that centrally contains all of...

Thanks @jsteinich that worked for me. For anyone referencing this do: `TF_CLI_ARGS_apply="-parallelism=1" cdktf deploy ` @ansgarm having a direct flag like that would definitely be nice though

Getting the same on a LINUX SUSE OS: ``` export async function up(directory: string): Promise { await compose.upAll({ cwd: directory, log: true }); } ``` ``` exitCode: 125, err: "unknown...