AWS codebuild new functionality adoption

Hi team,

Need some assistance and apologies if it is knowledge gap.

Problem statement:
I can not adopt recent aws codebuild changes from Aug 15, 2024 via terraform.
AWS release - AWS CodeBuild now supports multiple access tokens via AWS Secrets Manager - AWS

I would appreciate if you could quickly go though some binary statements bellow to narrow the problem.

  1. Terraform aws provider 5.76.0 and below does not support multiple access tokens for each source provider;
  2. Terraform aws provider 5.76.0 supports aws_codebuild_source_credential resource that stands for what is called Default source credentials and mean service level auth and not then codebuild project level;
  3. Implementation of new functionality can be either postponed until having native support via terraform or done with terraform_data or null_resource resources.
  4. This feature is on radar and have particular tracking reference to keep an eye on and measure implementation date.

Regards,
Serhii, Ukraine