-
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
Add tags argument to resource/aws_elasticache_parameter_group #19551
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 @pall-valmundsson 👋
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! 😃
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 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSElasticacheParameterGroup_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSElasticacheParameterGroup_ -timeout 180m
=== RUN TestAccAWSElasticacheParameterGroup_basic
=== PAUSE TestAccAWSElasticacheParameterGroup_basic
=== RUN TestAccAWSElasticacheParameterGroup_addParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_addParameter
=== RUN TestAccAWSElasticacheParameterGroup_removeAllParameters
=== PAUSE TestAccAWSElasticacheParameterGroup_removeAllParameters
=== RUN TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_AllParameters
=== PAUSE TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_AllParameters
=== RUN TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_RemainingParameters
=== PAUSE TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_RemainingParameters
=== RUN TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter
=== RUN TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter
=== RUN TestAccAWSElasticacheParameterGroup_UppercaseName
=== PAUSE TestAccAWSElasticacheParameterGroup_UppercaseName
=== RUN TestAccAWSElasticacheParameterGroup_Description
=== PAUSE TestAccAWSElasticacheParameterGroup_Description
=== RUN TestAccAWSElasticacheParameterGroup_Tags
=== PAUSE TestAccAWSElasticacheParameterGroup_Tags
=== CONT TestAccAWSElasticacheParameterGroup_basic
=== CONT TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter
=== CONT TestAccAWSElasticacheParameterGroup_Tags
=== CONT TestAccAWSElasticacheParameterGroup_addParameter
=== CONT TestAccAWSElasticacheParameterGroup_removeAllParameters
=== CONT TestAccAWSElasticacheParameterGroup_Description
=== CONT TestAccAWSElasticacheParameterGroup_UppercaseName
=== CONT TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter
=== CONT TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_AllParameters
=== CONT TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_RemainingParameters
--- PASS: TestAccAWSElasticacheParameterGroup_basic (29.99s)
--- PASS: TestAccAWSElasticacheParameterGroup_Description (30.97s)
--- PASS: TestAccAWSElasticacheParameterGroup_UppercaseName (31.10s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeAllParameters (45.34s)
--- PASS: TestAccAWSElasticacheParameterGroup_addParameter (48.16s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_AllParameters (49.89s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_RemainingParameters (49.98s)
--- PASS: TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter (50.02s)
--- PASS: TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter (50.03s)
--- PASS: TestAccAWSElasticacheParameterGroup_Tags (63.01s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 66.295s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSElasticacheParameterGroup_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSElasticacheParameterGroup_ -timeout 180m
=== RUN TestAccAWSElasticacheParameterGroup_basic
=== PAUSE TestAccAWSElasticacheParameterGroup_basic
=== RUN TestAccAWSElasticacheParameterGroup_addParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_addParameter
=== RUN TestAccAWSElasticacheParameterGroup_removeAllParameters
=== PAUSE TestAccAWSElasticacheParameterGroup_removeAllParameters
=== RUN TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_AllParameters
=== PAUSE TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_AllParameters
=== RUN TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_RemainingParameters
=== PAUSE TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_RemainingParameters
=== RUN TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter
=== RUN TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter
=== PAUSE TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter
=== RUN TestAccAWSElasticacheParameterGroup_UppercaseName
=== PAUSE TestAccAWSElasticacheParameterGroup_UppercaseName
=== RUN TestAccAWSElasticacheParameterGroup_Description
=== PAUSE TestAccAWSElasticacheParameterGroup_Description
=== RUN TestAccAWSElasticacheParameterGroup_Tags
=== PAUSE TestAccAWSElasticacheParameterGroup_Tags
=== CONT TestAccAWSElasticacheParameterGroup_basic
=== CONT TestAccAWSElasticacheParameterGroup_UppercaseName
=== CONT TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_RemainingParameters
=== CONT TestAccAWSElasticacheParameterGroup_addParameter
=== CONT TestAccAWSElasticacheParameterGroup_removeAllParameters
=== CONT TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter
=== CONT TestAccAWSElasticacheParameterGroup_Tags
=== CONT TestAccAWSElasticacheParameterGroup_Description
=== CONT TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_AllParameters
=== CONT TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter
--- PASS: TestAccAWSElasticacheParameterGroup_Description (28.78s)
--- PASS: TestAccAWSElasticacheParameterGroup_basic (29.57s)
--- PASS: TestAccAWSElasticacheParameterGroup_UppercaseName (29.83s)
--- PASS: TestAccAWSElasticacheParameterGroup_addParameter (43.50s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeAllParameters (43.79s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_AllParameters (44.79s)
--- PASS: TestAccAWSElasticacheParameterGroup_updateReservedMemoryParameter (44.93s)
--- PASS: TestAccAWSElasticacheParameterGroup_switchReservedMemoryParameter (46.46s)
--- PASS: TestAccAWSElasticacheParameterGroup_removeReservedMemoryParameter_RemainingParameters (46.88s)
--- PASS: TestAccAWSElasticacheParameterGroup_Tags (61.55s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 65.095s
@pall-valmundsson Thanks for the contribution 🎉 👏. |
Thank you for an incredibly fast turnaround! |
This has been released in version 3.43.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 for triage. Thanks! |
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
Closes #19550
Output from acceptance testing: