Organization id is correct, project key is just the name of the project that will be created (I assume, any value passed to project key would be fine).
I have tried running it locally with the token, and it worked just fine (as well it worked just fine, when I created another CodeBuild project and passed in the SonarCloud token directly to buildspec.yml).
But once, I’ve put the token in AWS Parameter Store, it is unable to resolve(?) it, even though the parameter exists and the token value is correct, and since the token doesn’t resolve it assumes that I am using SonarQube(?).
Right now, trying to remove the environment value of parameter-store from buildspec.yml file, and see if it works without it.