-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[Enhancement] add name_prefix argument to aws_elasticache_parameter_group
#41854
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
base: main
Are you sure you want to change the base?
[Enhancement] add name_prefix argument to aws_elasticache_parameter_group
#41854
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
789abb6 to
e5be0d4
Compare
8095718 to
0ac376d
Compare
|
Rebase onto the latest main branch and replace |
0ac376d to
2b2f687
Compare
|
@tabito-hara is this still open? |
|
Thank you for your comment. I will rebase this on the latest main branch and resolve conflicts. |
|
Thanks @tabito-hara, if we can get this change in it will be very helpful |
c624339 to
ebbf2fe
Compare
|
Rebased on the latest branch , resolving conflicts. |
Description
name_prefixattribute has been implemented for theaws_elasticache_parameter_groupresource.name_prefixsupport for WAFv2 rule groups #33206) that addedname_prefixsupport for other resources.nameattribute is now optional. If neithernamenorname_prefixis specified, a random suffix with the prefixterraform-is generated.name_prefixis specified, the parameter group name is generated asname_prefix+ UniqueIdSuffix.namenorname_prefixis specified, the parameter group name is generated asterraform-+ UniqueIdSuffix.Verification
TestAccElastiCacheParameterGroup_namePrefix, CloudTrail logs confirm that theCreateParameterGroupaction was called with the request parametercacheParameterGroupNameset to"tf-acc-test-511342620309676706420250314160149600000000001".TestAccElastiCacheParameterGroup_nameGenerated, CloudTrail logs confirm that theCreateParameterGroupaction was called with the request parametercacheParameterGroupNameset to"terraform-20250314153805770600000001".Relations
Closes #41845
References
Output from Acceptance Testing