Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Enhanced Monitoring IAM role prefix to be configurable variable #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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