Values for `plan` in render.yaml

Hi, when writing my infra as code in the render.yaml I cannot find anywhere in the documentation what values are legit when dealing with “multiple word values”/whitespace, eg.

plan: starter_plus
plan: starter plus
plan: Starter Plus

Anyone?

Valid plan values can be found on our YAML Spec page.

In this case, you would want plan: Starter Plus.