3.56.1 (2025-06-09)
Special Notes
This introduces a new feature, but doesn't affect the tool, therefore it's a patch, for creating resources that allows for a unique key to be defined per resource from an arbitrary amount of fields. Why this matters is that not all resources in AWS have a truly unique field to key off of. Thanks @apgrucza for your support on getting this over the finish line.
This also fixes a potential deadlock issue when the number of items per region hit over 50k. To combat this, once the tool hits 50k per region it will STOP processing resources for that region and log a warning. You can increase the the 50k limit with the CLI flag --max-queue-size
on the run
command.