Currently the Pluralith CLI requires initialization with an existing project ID. This means one has to manually create a Pluralith project through the Pluralith dashboard for each corresponding Terraform project.
This is not ideal and creates a lot of initial overhead for organizations that have loads of Terraform projects.
A user should be able to specify a custom project ID and Pluralith should then push runs to the project with that ID if it exists, and if it doesn't, create a new one automatically.
Currently the Pluralith CLI requires initialization with an existing project ID. This means one has to manually create a Pluralith project through the Pluralith dashboard for each corresponding Terraform project.
This is not ideal and creates a lot of initial overhead for organizations that have loads of Terraform projects.
A user should be able to specify a custom project ID and Pluralith should then push runs to the project with that ID if it exists, and if it doesn't, create a new one automatically.
Thanks to @CloudMarshall for the feature request!