Skip to content

4.8

Compare
Choose a tag to compare
@vijay-veeranki vijay-veeranki released this 25 Nov 13:12
f8bbbc2

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