Skip to content

Conversation

@tabito-hara
Copy link
Contributor

@tabito-hara tabito-hara commented Dec 6, 2025

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

This PR adds metadata_configuration and encryption_configuration blocks to aws_s3vectors_index resource.

Relations

Closes #45447

References

https://docs.aws.amazon.com/AmazonS3/latest/API/API_S3VectorBuckets_CreateIndex.html

Output from Acceptance Testing

$ make testacc TESTS='TestAccS3VectorsIndex_' PKG=s3vectors 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 f-aws_s3vectors_idnex-add_metatdata_configuration 🌿...
TF_ACC=1 go1.24.11 test ./internal/service/s3vectors/... -v -count 1 -parallel 20 -run='TestAccS3VectorsIndex_'  -timeout 360m -vet=off
2025/12/06 23:31:18 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/06 23:31:18 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccS3VectorsIndex_Identity_Basic
=== PAUSE TestAccS3VectorsIndex_Identity_Basic
=== RUN   TestAccS3VectorsIndex_Identity_RegionOverride
=== PAUSE TestAccS3VectorsIndex_Identity_RegionOverride
=== RUN   TestAccS3VectorsIndex_tags
=== PAUSE TestAccS3VectorsIndex_tags
=== RUN   TestAccS3VectorsIndex_tags_null
=== PAUSE TestAccS3VectorsIndex_tags_null
=== RUN   TestAccS3VectorsIndex_tags_EmptyMap
=== PAUSE TestAccS3VectorsIndex_tags_EmptyMap
=== RUN   TestAccS3VectorsIndex_tags_AddOnUpdate
=== PAUSE TestAccS3VectorsIndex_tags_AddOnUpdate
=== RUN   TestAccS3VectorsIndex_tags_EmptyTag_OnCreate
=== PAUSE TestAccS3VectorsIndex_tags_EmptyTag_OnCreate
=== RUN   TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Add
=== PAUSE TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Add
=== RUN   TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Replace
=== PAUSE TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Replace
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_providerOnly
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_providerOnly
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_nonOverlapping
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_nonOverlapping
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_overlapping
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_overlapping
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_updateToProviderOnly
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_updateToProviderOnly
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_updateToResourceOnly
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_updateToResourceOnly
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_emptyResourceTag
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_emptyResourceTag
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_emptyProviderOnlyTag
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_emptyProviderOnlyTag
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_nullOverlappingResourceTag
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_nullOverlappingResourceTag
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_nullNonOverlappingResourceTag
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_nullNonOverlappingResourceTag
=== RUN   TestAccS3VectorsIndex_tags_ComputedTag_OnCreate
=== PAUSE TestAccS3VectorsIndex_tags_ComputedTag_OnCreate
=== RUN   TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Add
=== PAUSE TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Add
=== RUN   TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Replace
=== PAUSE TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Replace
=== RUN   TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_DefaultTag
=== PAUSE TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_DefaultTag
=== RUN   TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_ResourceTag
=== PAUSE TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_ResourceTag
=== RUN   TestAccS3VectorsIndex_basic
=== PAUSE TestAccS3VectorsIndex_basic
=== RUN   TestAccS3VectorsIndex_encryptionConfigurationAES256
=== PAUSE TestAccS3VectorsIndex_encryptionConfigurationAES256
=== RUN   TestAccS3VectorsIndex_encryptionConfigurationCMK
=== PAUSE TestAccS3VectorsIndex_encryptionConfigurationCMK
=== RUN   TestAccS3VectorsIndex_metadataConfiguration
=== PAUSE TestAccS3VectorsIndex_metadataConfiguration
=== RUN   TestAccS3VectorsIndex_disappears
=== PAUSE TestAccS3VectorsIndex_disappears
=== RUN   TestAccS3VectorsIndex_withVector
=== PAUSE TestAccS3VectorsIndex_withVector
=== CONT  TestAccS3VectorsIndex_Identity_Basic
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_emptyProviderOnlyTag
=== CONT  TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_ResourceTag
=== CONT  TestAccS3VectorsIndex_withVector
=== CONT  TestAccS3VectorsIndex_disappears
=== CONT  TestAccS3VectorsIndex_metadataConfiguration
=== CONT  TestAccS3VectorsIndex_encryptionConfigurationCMK
=== CONT  TestAccS3VectorsIndex_encryptionConfigurationAES256
=== CONT  TestAccS3VectorsIndex_basic
=== CONT  TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Add
=== CONT  TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_DefaultTag
=== CONT  TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Replace
=== CONT  TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Replace
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_emptyResourceTag
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_updateToResourceOnly
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_updateToProviderOnly
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_overlapping
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_nonOverlapping
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_providerOnly
=== CONT  TestAccS3VectorsIndex_tags_EmptyMap
--- PASS: TestAccS3VectorsIndex_withVector (50.87s)
=== CONT  TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Add
--- PASS: TestAccS3VectorsIndex_disappears (52.30s)
=== CONT  TestAccS3VectorsIndex_tags_EmptyTag_OnCreate
--- PASS: TestAccS3VectorsIndex_tags_EmptyMap (60.56s)
=== CONT  TestAccS3VectorsIndex_tags_AddOnUpdate
--- PASS: TestAccS3VectorsIndex_basic (62.63s)
=== CONT  TestAccS3VectorsIndex_tags
--- PASS: TestAccS3VectorsIndex_encryptionConfigurationAES256 (62.76s)
=== CONT  TestAccS3VectorsIndex_tags_null
--- PASS: TestAccS3VectorsIndex_metadataConfiguration (63.03s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_nullNonOverlappingResourceTag
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_emptyResourceTag (63.37s)
=== CONT  TestAccS3VectorsIndex_tags_ComputedTag_OnCreate
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_emptyProviderOnlyTag (64.55s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_nullOverlappingResourceTag
--- PASS: TestAccS3VectorsIndex_encryptionConfigurationCMK (67.93s)
=== CONT  TestAccS3VectorsIndex_Identity_RegionOverride
--- PASS: TestAccS3VectorsIndex_Identity_Basic (82.30s)
--- PASS: TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Replace (92.36s)
--- PASS: TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Replace (93.48s)
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_updateToProviderOnly (97.83s)
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_updateToResourceOnly (98.13s)
--- PASS: TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Add (99.82s)
--- PASS: TestAccS3VectorsIndex_tags_null (52.14s)
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_nullNonOverlappingResourceTag (52.06s)
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_nullOverlappingResourceTag (51.67s)
--- PASS: TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_DefaultTag (116.28s)
--- PASS: TestAccS3VectorsIndex_tags_ComputedTag_OnCreate (53.39s)
--- PASS: TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_ResourceTag (118.54s)
--- PASS: TestAccS3VectorsIndex_tags_AddOnUpdate (69.63s)
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_overlapping (131.72s)
--- PASS: TestAccS3VectorsIndex_tags_EmptyTag_OnCreate (81.73s)
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_nonOverlapping (134.24s)
--- PASS: TestAccS3VectorsIndex_Identity_RegionOverride (71.70s)
--- PASS: TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Add (93.17s)
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_providerOnly (151.63s)
--- PASS: TestAccS3VectorsIndex_tags (105.10s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/s3vectors  172.247s

@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

Community Guidelines

This 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

  • Please vote on this Pull Request by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
  • Please see our prioritization guide for additional information on how the maintainers handle prioritization.
  • Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Pull Request and do not help prioritize the request.

Pull Request Authors

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@tabito-hara tabito-hara changed the title [Enhancement] aws_s3vectors_index: Add metatdata_configuration and encryption_configuration blocks [Enhancement] aws_s3vectors_index: Add metadata_configuration and encryption_configuration blocks Dec 6, 2025
@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/s3vectors Issues and PRs that pertain to the s3vectors service. size/XL Managed by automation to categorize the size of a PR. labels Dec 6, 2025
@tabito-hara tabito-hara force-pushed the f-aws_s3vectors_idnex-add_metatdata_configuration branch from c76c24f to 2ad6a29 Compare December 6, 2025 14:46
@tabito-hara tabito-hara marked this pull request as ready for review December 6, 2025 15:38
@tabito-hara tabito-hara requested a review from a team as a code owner December 6, 2025 15:38
@ewbankkit ewbankkit added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels Dec 8, 2025
@ewbankkit ewbankkit self-assigned this Dec 8, 2025
@github-actions github-actions bot added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Dec 8, 2025
Copy link
Contributor

@ewbankkit ewbankkit left a 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=TestAccS3VectorsIndex_' PKG=s3vectors ACCTEST_PARALLELISM=3 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 HEAD 🌿...
TF_ACC=1 go1.24.11 test ./internal/service/s3vectors/... -v -count 1 -parallel 3  -run=TestAccS3VectorsIndex_ -timeout 360m -vet=off
2025/12/08 09:05:54 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/08 09:05:54 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccS3VectorsIndex_Identity_Basic
=== PAUSE TestAccS3VectorsIndex_Identity_Basic
=== RUN   TestAccS3VectorsIndex_Identity_RegionOverride
=== PAUSE TestAccS3VectorsIndex_Identity_RegionOverride
=== RUN   TestAccS3VectorsIndex_tags
=== PAUSE TestAccS3VectorsIndex_tags
=== RUN   TestAccS3VectorsIndex_tags_null
=== PAUSE TestAccS3VectorsIndex_tags_null
=== RUN   TestAccS3VectorsIndex_tags_EmptyMap
=== PAUSE TestAccS3VectorsIndex_tags_EmptyMap
=== RUN   TestAccS3VectorsIndex_tags_AddOnUpdate
=== PAUSE TestAccS3VectorsIndex_tags_AddOnUpdate
=== RUN   TestAccS3VectorsIndex_tags_EmptyTag_OnCreate
=== PAUSE TestAccS3VectorsIndex_tags_EmptyTag_OnCreate
=== RUN   TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Add
=== PAUSE TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Add
=== RUN   TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Replace
=== PAUSE TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Replace
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_providerOnly
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_providerOnly
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_nonOverlapping
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_nonOverlapping
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_overlapping
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_overlapping
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_updateToProviderOnly
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_updateToProviderOnly
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_updateToResourceOnly
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_updateToResourceOnly
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_emptyResourceTag
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_emptyResourceTag
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_emptyProviderOnlyTag
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_emptyProviderOnlyTag
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_nullOverlappingResourceTag
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_nullOverlappingResourceTag
=== RUN   TestAccS3VectorsIndex_tags_DefaultTags_nullNonOverlappingResourceTag
=== PAUSE TestAccS3VectorsIndex_tags_DefaultTags_nullNonOverlappingResourceTag
=== RUN   TestAccS3VectorsIndex_tags_ComputedTag_OnCreate
=== PAUSE TestAccS3VectorsIndex_tags_ComputedTag_OnCreate
=== RUN   TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Add
=== PAUSE TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Add
=== RUN   TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Replace
=== PAUSE TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Replace
=== RUN   TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_DefaultTag
=== PAUSE TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_DefaultTag
=== RUN   TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_ResourceTag
=== PAUSE TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_ResourceTag
=== RUN   TestAccS3VectorsIndex_basic
=== PAUSE TestAccS3VectorsIndex_basic
=== RUN   TestAccS3VectorsIndex_encryptionConfigurationAES256
=== PAUSE TestAccS3VectorsIndex_encryptionConfigurationAES256
=== RUN   TestAccS3VectorsIndex_encryptionConfigurationCMK
=== PAUSE TestAccS3VectorsIndex_encryptionConfigurationCMK
=== RUN   TestAccS3VectorsIndex_metadataConfiguration
=== PAUSE TestAccS3VectorsIndex_metadataConfiguration
=== RUN   TestAccS3VectorsIndex_disappears
=== PAUSE TestAccS3VectorsIndex_disappears
=== RUN   TestAccS3VectorsIndex_withVector
=== PAUSE TestAccS3VectorsIndex_withVector
=== CONT  TestAccS3VectorsIndex_Identity_Basic
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_emptyProviderOnlyTag
=== CONT  TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_ResourceTag
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_emptyProviderOnlyTag (16.00s)
=== CONT  TestAccS3VectorsIndex_withVector
--- PASS: TestAccS3VectorsIndex_Identity_Basic (22.79s)
=== CONT  TestAccS3VectorsIndex_disappears
--- PASS: TestAccS3VectorsIndex_withVector (11.94s)
=== CONT  TestAccS3VectorsIndex_metadataConfiguration
--- PASS: TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_ResourceTag (34.48s)
=== CONT  TestAccS3VectorsIndex_encryptionConfigurationCMK
--- PASS: TestAccS3VectorsIndex_disappears (12.15s)
=== CONT  TestAccS3VectorsIndex_encryptionConfigurationAES256
--- PASS: TestAccS3VectorsIndex_metadataConfiguration (15.01s)
=== CONT  TestAccS3VectorsIndex_basic
--- PASS: TestAccS3VectorsIndex_encryptionConfigurationAES256 (14.92s)
=== CONT  TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Replace
--- PASS: TestAccS3VectorsIndex_encryptionConfigurationCMK (20.42s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_emptyResourceTag
--- PASS: TestAccS3VectorsIndex_basic (14.87s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_updateToResourceOnly
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_emptyResourceTag (15.02s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_updateToProviderOnly
--- PASS: TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Replace (23.99s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_overlapping
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_updateToResourceOnly (24.66s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_nonOverlapping
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_updateToProviderOnly (25.05s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_providerOnly
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_overlapping (40.84s)
=== CONT  TestAccS3VectorsIndex_tags_EmptyMap
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_nonOverlapping (40.18s)
=== CONT  TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Add
--- PASS: TestAccS3VectorsIndex_tags_EmptyMap (14.84s)
=== CONT  TestAccS3VectorsIndex_tags_EmptyTag_OnCreate
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_providerOnly (52.53s)
=== CONT  TestAccS3VectorsIndex_tags_AddOnUpdate
--- PASS: TestAccS3VectorsIndex_tags_EmptyTag_OnCreate (26.74s)
=== CONT  TestAccS3VectorsIndex_tags
--- PASS: TestAccS3VectorsIndex_tags_EmptyTag_OnUpdate_Add (36.45s)
=== CONT  TestAccS3VectorsIndex_tags_null
--- PASS: TestAccS3VectorsIndex_tags_AddOnUpdate (23.85s)
=== CONT  TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Add
--- PASS: TestAccS3VectorsIndex_tags_null (14.87s)
=== CONT  TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_DefaultTag
--- PASS: TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Add (31.54s)
=== CONT  TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Replace
--- PASS: TestAccS3VectorsIndex_tags_IgnoreTags_Overlap_DefaultTag (33.64s)
=== CONT  TestAccS3VectorsIndex_Identity_RegionOverride
--- PASS: TestAccS3VectorsIndex_tags (53.95s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_nullNonOverlappingResourceTag
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_nullNonOverlappingResourceTag (15.74s)
=== CONT  TestAccS3VectorsIndex_tags_ComputedTag_OnCreate
--- PASS: TestAccS3VectorsIndex_tags_ComputedTag_OnUpdate_Replace (28.38s)
=== CONT  TestAccS3VectorsIndex_tags_DefaultTags_nullOverlappingResourceTag
--- PASS: TestAccS3VectorsIndex_Identity_RegionOverride (26.28s)
--- PASS: TestAccS3VectorsIndex_tags_ComputedTag_OnCreate (17.91s)
--- PASS: TestAccS3VectorsIndex_tags_DefaultTags_nullOverlappingResourceTag (14.98s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3vectors	251.682s

@ewbankkit
Copy link
Contributor

@tabito-hara Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit 6ce3239 into hashicorp:main Dec 8, 2025
49 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

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.

@github-actions github-actions bot added this to the v6.26.0 milestone Dec 8, 2025
@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Dec 10, 2025
@github-actions
Copy link
Contributor

This functionality has been released in v6.26.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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/s3vectors Issues and PRs that pertain to the s3vectors service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aws_s3vectors_index: Allow configuration of non-filterable metadata

2 participants