Skip to content

Conversation

@swibowo
Copy link

@swibowo swibowo commented Sep 25, 2020

There is a limit of 32 characters for IAM role prefix and terraform will throw an error like this when that happens:

Error: module.aurora_hint.aws_iam_role.rds-enhanced-monitoring: "name_prefix" cannot be longer than 32 characters, name is limited to 64

The hardcoded prefix was already using up 19 out of 32 allowed characters.

Making this as a configurable variable with backwards compatibility.

There is a limit of 32 characters for IAM role prefix and terraform will throw an error like this when that happens:

```
Error: module.aurora_hint.aws_iam_role.rds-enhanced-monitoring: "name_prefix" cannot be longer than 32 characters, name is limited to 64
```

The hardcoded prefix was already using up 19 out of 32 allowed characters.

Making this as a configurable variable with backwards compatibility.
@swibowo
Copy link
Author

swibowo commented Sep 30, 2020

@raymondbutcher @claranet-barney - mind doing a review and possibly merge to this PR please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant