New resource: aws_xray_indexing_rule#47975
Conversation
% make testacc TESTARGS='-run=TestAccXRayIndexingRule_serial/^basic$$' PKG=xray
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Validating schemas
ok github.com/hashicorp/terraform-provider-aws/internal/provider/sdkv2 (cached)
ok github.com/hashicorp/terraform-provider-aws/internal/provider/framework (cached)
make: Running acceptance tests on branch: 🌿 f-r/aws_xray_indexing_rule 🌿...
TF_ACC=1 go1.26.3 test ./internal/service/xray/... -v -count 1 -parallel 20 -run=TestAccXRayIndexingRule_serial/^basic$ -timeout 360m -vet=off -buildvcs=false
2026/05/19 12:21:59 Creating Terraform AWS Provider (SDKv2-style)...
2026/05/19 12:21:59 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN TestAccXRayIndexingRule_serial
=== PAUSE TestAccXRayIndexingRule_serial
=== CONT TestAccXRayIndexingRule_serial
=== RUN TestAccXRayIndexingRule_serial/basic
--- PASS: TestAccXRayIndexingRule_serial (14.59s)
--- PASS: TestAccXRayIndexingRule_serial/basic (14.59s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/xray 20.504s
# Conflicts: # internal/service/xray/exports_test.go
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
YakDriver
left a comment
There was a problem hiding this comment.
Team should discuss whether it's still useful to have list resources for completeness and config generation even though some, like this one, would be sort of useless otherwise.
LGTM 🎉
% make t T=TestAccXRayIndexingRule_serial K=xray
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 f-r/aws_xray_indexing_rule 🌿...
TF_ACC=1 go1.26.3 test ./internal/service/xray/... -v -count 1 -parallel 20 -run='TestAccXRayIndexingRule_serial' -timeout 360m -vet=off
2026/05/19 16:54:42 Creating Terraform AWS Provider (SDKv2-style)...
2026/05/19 16:54:42 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN TestAccXRayIndexingRule_serial
=== PAUSE TestAccXRayIndexingRule_serial
=== CONT TestAccXRayIndexingRule_serial
=== RUN TestAccXRayIndexingRule_serial/basic
=== RUN TestAccXRayIndexingRule_serial/Identity
=== RUN TestAccXRayIndexingRule_serial/Identity/basic
=== RUN TestAccXRayIndexingRule_serial/Identity/RegionOverride
--- PASS: TestAccXRayIndexingRule_serial (62.91s)
--- PASS: TestAccXRayIndexingRule_serial/basic (14.99s)
--- PASS: TestAccXRayIndexingRule_serial/Identity (47.93s)
--- PASS: TestAccXRayIndexingRule_serial/Identity/basic (25.62s)
--- PASS: TestAccXRayIndexingRule_serial/Identity/RegionOverride (22.31s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/xray 77.776s|
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
|
This functionality has been released in v6.46.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! |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Description
Adds the
aws_xray_indexing_ruleresource.No corresponding list resource as only the rule named
Defaultis supported.Relations
Closes #43077.
Closes #44779.
Closes #47299.
Relates #44742.
Output from Acceptance Testing