-
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 data source: aws_subnets #18803
New data source: aws_subnets #18803
Conversation
@farhanangullia This looks like a great PR at first glance! Tests, code, and submission seem to be in order. Note, this is a quick scan. We aren't able to get to everything we'd like in a day but hopefully we'll be able to give this a more careful review soon! |
Thank you @YakDriver 🙏 |
5c95178
to
c915657
Compare
@ewbankkit review requested |
…a_source_aws_subnets_id
c915657
to
5495c57
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 🚀.
% make testacc TESTARGS='-run=TestAccDataSourceAwsSubnets_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsSubnets_ -timeout 180m
=== RUN TestAccDataSourceAwsSubnets_basic
=== PAUSE TestAccDataSourceAwsSubnets_basic
=== RUN TestAccDataSourceAwsSubnets_filter
=== PAUSE TestAccDataSourceAwsSubnets_filter
=== CONT TestAccDataSourceAwsSubnets_basic
=== CONT TestAccDataSourceAwsSubnets_filter
--- PASS: TestAccDataSourceAwsSubnets_filter (30.77s)
--- PASS: TestAccDataSourceAwsSubnets_basic (41.93s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 45.334s
@farhanangullia Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.55.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! |
Out of interest: it looks like |
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 #18060
Release note for CHANGELOG:
Output from acceptance testing: