-
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
F/resource aws elasticache subnet group: Support Tags #19119
F/resource aws elasticache subnet group: Support Tags #19119
Conversation
@nikhil-goenka Thanks for the contribution 👏. |
4857bf6
to
85a7522
Compare
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=TestAccAWSElasticacheSubnetGroup_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSElasticacheSubnetGroup_ -timeout 180m
=== RUN TestAccAWSElasticacheSubnetGroup_basic
=== PAUSE TestAccAWSElasticacheSubnetGroup_basic
=== RUN TestAccAWSElasticacheSubnetGroup_update
=== PAUSE TestAccAWSElasticacheSubnetGroup_update
=== RUN TestAccAWSElasticacheSubnetGroup_tags
=== PAUSE TestAccAWSElasticacheSubnetGroup_tags
=== CONT TestAccAWSElasticacheSubnetGroup_basic
=== CONT TestAccAWSElasticacheSubnetGroup_tags
=== CONT TestAccAWSElasticacheSubnetGroup_update
--- PASS: TestAccAWSElasticacheSubnetGroup_basic (27.87s)
--- PASS: TestAccAWSElasticacheSubnetGroup_update (49.21s)
--- PASS: TestAccAWSElasticacheSubnetGroup_tags (66.08s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 68.982s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSElasticacheSubnetGroup_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSElasticacheSubnetGroup_ -timeout 180m
=== RUN TestAccAWSElasticacheSubnetGroup_basic
=== PAUSE TestAccAWSElasticacheSubnetGroup_basic
=== RUN TestAccAWSElasticacheSubnetGroup_update
=== PAUSE TestAccAWSElasticacheSubnetGroup_update
=== RUN TestAccAWSElasticacheSubnetGroup_tags
=== PAUSE TestAccAWSElasticacheSubnetGroup_tags
=== CONT TestAccAWSElasticacheSubnetGroup_basic
=== CONT TestAccAWSElasticacheSubnetGroup_update
=== CONT TestAccAWSElasticacheSubnetGroup_tags
--- PASS: TestAccAWSElasticacheSubnetGroup_basic (32.28s)
--- PASS: TestAccAWSElasticacheSubnetGroup_update (55.46s)
--- PASS: TestAccAWSElasticacheSubnetGroup_tags (74.61s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 77.553s
@nikhil-goenka Looks good.
|
@ewbankkit : Thanks |
This has been released in version 3.38.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 #18884.
Output from acceptance testing: