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.
- Terraform aws provider 5.76.0 and below does not support multiple access tokens for each source provider;
- Terraform aws provider 5.76.0 supports
aws_codebuild_source_credential
resource that stands for what is calledDefault source credentials
and mean service level auth and not then codebuild project level; - Implementation of new functionality can be either postponed until having native support via terraform or done with
terraform_data
ornull_resource
resources. - This feature is on radar and have particular tracking reference to keep an eye on and measure implementation date.
Regards,
Serhii, Ukraine