-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
New Resource: ElastiCache Redis - User Group #16504
New Resource: ElastiCache Redis - User Group #16504
Conversation
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.
Welcome @drarnold 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
This is still a work in progress FYI |
Hello @drarnold, you changed status to ready for review, but the title still says WIP... Thanks for your work! Hector. |
Hey Hector, Thank you for following up! So while I have been developing this change, I was running into issues with being able to import user groups as a resource. But this is my first Pull Request, so I wanted someone to take a first look at it and see if it is up to par with being able to get merged soon once I am able to figure out how to get importing the resource working. I will remove the WIP so it removes some of the confusion. Thanks Drew |
Any progress on this? |
Sorry for the radio silence with this project. I will start working on it again during the evenings and should try to get something out shortly. |
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.
LGTM
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSElasticacheUserGroup_ -timeout 180m
=== RUN TestAccAWSElasticacheUserGroup_basic
=== PAUSE TestAccAWSElasticacheUserGroup_basic
=== RUN TestAccAWSElasticacheUserGroup_update
=== PAUSE TestAccAWSElasticacheUserGroup_update
=== RUN TestAccAWSElasticacheUserGroup_tags
=== PAUSE TestAccAWSElasticacheUserGroup_tags
=== RUN TestAccAWSElasticacheUserGroup_disappears
=== PAUSE TestAccAWSElasticacheUserGroup_disappears
=== CONT TestAccAWSElasticacheUserGroup_basic
=== CONT TestAccAWSElasticacheUserGroup_disappears
=== CONT TestAccAWSElasticacheUserGroup_tags
=== CONT TestAccAWSElasticacheUserGroup_update
--- PASS: TestAccAWSElasticacheUserGroup_basic (357.56s)
--- PASS: TestAccAWSElasticacheUserGroup_tags (363.33s)
--- PASS: TestAccAWSElasticacheUserGroup_disappears (364.78s)
--- PASS: TestAccAWSElasticacheUserGroup_update (671.76s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 671.822s
This functionality has been released in v3.51.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Relates to #16327
Blocked by #16629
Release note for CHANGELOG:
Output from acceptance testing: