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

Commits on Sep 25, 2020

  1. Make Enhanced Monitoring IAM role prefix to be configurable variable

    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 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    badcb26 View commit details
    Browse the repository at this point in the history