4.8
This version got a fix related to path found in version4.7
That is related to “path” in which IAM user is created, to have access to snap short for RDS.
In the module we set path using team_name path = "/system/rds-snapshots-user/${var.team_name}/"
where path must begin and end with / and contain only alphanumeric characters and/or / characters. , so team_name is not good option here, as team_name can contain any thing.
fix the module to not use “team_name” for path