agent-starter-pack icon indicating copy to clipboard operation
agent-starter-pack copied to clipboard

Error: Project name exceeds 26 characters. Please use a shorter name.

Open ejstembler opened this issue 2 months ago • 1 comments

Why does this constraint exist? Nothing like this exists if deploying via Cloud Run.

> uvx agent-starter-pack enhance --adk -d agent_engine
…
Continue enhancement? (You can add 'root_agent' later) [Y/n]: Y
Error: Project name 'xxxxxxxx_xxxxxx_xxxxxxxxx_xxxxx' exceeds 26 characters. Please use a shorter name.

ejstembler avatar Oct 28 '25 14:10 ejstembler

Hi! This is due a current limitation on certain resources being automatically created by terraform for a given project name. Specifically each service account needs to be maximum 30 characters, so if we take in account 4 characters for suffix, we reach 26 characters for the agent name.

You could generate a project name with maximum 26 characters and then later change the parts of it that you are interested to be bigger than that :)

Let me know if that works!

eliasecchig avatar Oct 30 '25 18:10 eliasecchig