-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix: Correct 'iam_role_user_name_prefix' variable type 'string' -> 'bool' #2000
fix: Correct 'iam_role_user_name_prefix' variable type 'string' -> 'bool' #2000
Conversation
Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
efdaa76
to
0e6fe8f
Compare
good catch @krrrr38 ! could you update your PR title to something like |
@bryantbiggs thanks, updated the title 🙆♀️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you @krrrr38 - good to go @antonbabenko 👍🏽
### [18.20.1](v18.20.0...v18.20.1) (2022-04-09) ### Bug Fixes * iam_role_user_name_prefix type as an bool ([#2000](#2000)) ([c576aad](c576aad))
This PR is included in version 18.20.1 🎉 |
### [18.20.1](terraform-aws-modules/terraform-aws-eks@v18.20.0...v18.20.1) (2022-04-09) ### Bug Fixes * iam_role_user_name_prefix type as an bool ([terraform-aws-modules#2000](terraform-aws-modules#2000)) ([c576aad](terraform-aws-modules@c576aad))
### [18.20.1](terraform-aws-modules/terraform-aws-eks@v18.20.0...v18.20.1) (2022-04-09) ### Bug Fixes * iam_role_user_name_prefix type as an bool ([terraform-aws-modules#2000](terraform-aws-modules#2000)) ([c576aad](terraform-aws-modules@c576aad))
### [18.20.1](terraform-aws-modules/terraform-aws-eks@v18.20.0...v18.20.1) (2022-04-09) ### Bug Fixes * iam_role_user_name_prefix type as an bool ([#2000](terraform-aws-modules/terraform-aws-eks#2000)) ([8f94b78](terraform-aws-modules/terraform-aws-eks@8f94b78))
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Signed-off-by: krrrr38 k.kaizu38@gmail.com
Description
fix iam_role_user_name_prefix type as bool
Motivation and Context
iam_role_user_name_prefix should be bool
Breaking Changes
N/A
How Has This Been Tested?
I have updated at least one of theexamples/*
to demonstrate and validate my change(s)I have tested and validated these changes using one or more of the providedexamples/*
projectspre-commit run -a
on my pull request