mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-27 03:54:55 +02:00
The Jinja2 template was building a string that looked like a list instead of an actual list. When Ansible iterated over this string, it yielded one character per iteration, causing the region prompt to display: 1. [ 2. ' 3. a ... Now follows the pattern used by other cloud providers (EC2, DigitalOcean, etc.) by storing region objects directly and accessing .name property. Fixes #14944 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>