-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 data source: aws_elasticache_subnet_group
#27233
Conversation
Community NoteVoting for Prioritization
For Submitters
|
aws_elasticache_subnet_group
aws_elasticache_subnet_group
…p_basic'. Acceptance test output: % make testacc TESTARGS='-run=TestAccElastiCacheSubnetGroup_basic' PKG=elasticache ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/elasticache/... -v -count 1 -parallel 2 -run=TestAccElastiCacheSubnetGroup_basic -timeout 180m === RUN TestAccElastiCacheSubnetGroup_basic === PAUSE TestAccElastiCacheSubnetGroup_basic === CONT TestAccElastiCacheSubnetGroup_basic --- PASS: TestAccElastiCacheSubnetGroup_basic (27.23s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/elasticache 31.350s
…sappears'. Acceptance test output: % make testacc TESTARGS='-run=TestAccElastiCacheSubnetGroup_disappears' PKG=elasticache ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/elasticache/... -v -count 1 -parallel 2 -run=TestAccElastiCacheSubnetGroup_disappears -timeout 180m === RUN TestAccElastiCacheSubnetGroup_disappears === PAUSE TestAccElastiCacheSubnetGroup_disappears === CONT TestAccElastiCacheSubnetGroup_disappears --- PASS: TestAccElastiCacheSubnetGroup_disappears (24.07s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/elasticache 27.986s
Acceptance test output: % make testacc TESTARGS='-run=TestAccElastiCacheSubnetGroup_' PKG=elasticache ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/elasticache/... -v -count 1 -parallel 2 -run=TestAccElastiCacheSubnetGroup_ -timeout 180m === RUN TestAccElastiCacheSubnetGroup_basic === PAUSE TestAccElastiCacheSubnetGroup_basic === RUN TestAccElastiCacheSubnetGroup_disappears === PAUSE TestAccElastiCacheSubnetGroup_disappears === RUN TestAccElastiCacheSubnetGroup_tags === PAUSE TestAccElastiCacheSubnetGroup_tags === RUN TestAccElastiCacheSubnetGroup_update === PAUSE TestAccElastiCacheSubnetGroup_update === CONT TestAccElastiCacheSubnetGroup_basic === CONT TestAccElastiCacheSubnetGroup_tags --- PASS: TestAccElastiCacheSubnetGroup_basic (28.36s) === CONT TestAccElastiCacheSubnetGroup_update --- PASS: TestAccElastiCacheSubnetGroup_tags (61.95s) === CONT TestAccElastiCacheSubnetGroup_disappears --- PASS: TestAccElastiCacheSubnetGroup_update (43.02s) --- PASS: TestAccElastiCacheSubnetGroup_disappears (21.95s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/elasticache 87.734s
Acceptance test output: % make testacc TESTARGS='-run=TestAccElastiCacheSubnetGroupDataSource_' PKG=elasticache ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/elasticache/... -v -count 1 -parallel 2 -run=TestAccElastiCacheSubnetGroupDataSource_ -timeout 180m === RUN TestAccElastiCacheSubnetGroupDataSource_basic === PAUSE TestAccElastiCacheSubnetGroupDataSource_basic === CONT TestAccElastiCacheSubnetGroupDataSource_basic --- PASS: TestAccElastiCacheSubnetGroupDataSource_basic (25.78s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/elasticache 30.272s
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 🚀.
% make testacc TESTARGS='-run=TestAccElastiCacheSubnetGroupDataSource_' PKG=elasticache ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elasticache/... -v -count 1 -parallel 2 -run=TestAccElastiCacheSubnetGroupDataSource_ -timeout 180m
=== RUN TestAccElastiCacheSubnetGroupDataSource_basic
=== PAUSE TestAccElastiCacheSubnetGroupDataSource_basic
=== CONT TestAccElastiCacheSubnetGroupDataSource_basic
--- PASS: TestAccElastiCacheSubnetGroupDataSource_basic (25.78s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/elasticache 30.272s
% make testacc TESTARGS='-run=TestAccElastiCacheSubnetGroup_' PKG=elasticache ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elasticache/... -v -count 1 -parallel 2 -run=TestAccElastiCacheSubnetGroup_ -timeout 180m
=== RUN TestAccElastiCacheSubnetGroup_basic
=== PAUSE TestAccElastiCacheSubnetGroup_basic
=== RUN TestAccElastiCacheSubnetGroup_disappears
=== PAUSE TestAccElastiCacheSubnetGroup_disappears
=== RUN TestAccElastiCacheSubnetGroup_tags
=== PAUSE TestAccElastiCacheSubnetGroup_tags
=== RUN TestAccElastiCacheSubnetGroup_update
=== PAUSE TestAccElastiCacheSubnetGroup_update
=== CONT TestAccElastiCacheSubnetGroup_basic
=== CONT TestAccElastiCacheSubnetGroup_tags
--- PASS: TestAccElastiCacheSubnetGroup_basic (28.36s)
=== CONT TestAccElastiCacheSubnetGroup_update
--- PASS: TestAccElastiCacheSubnetGroup_tags (61.95s)
=== CONT TestAccElastiCacheSubnetGroup_disappears
--- PASS: TestAccElastiCacheSubnetGroup_update (43.02s)
--- PASS: TestAccElastiCacheSubnetGroup_disappears (21.95s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/elasticache 87.734s
@bschaatsbergen Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.36.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. |
Description
Relations
Closes #27114
References
Output from Acceptance Testing