Terraform AWS Provider version that supports dotnet8.0.8

Terraform AWS Provider latest version 5.71.0 is not picking up the dotnet runtime patch dotnet8.0.8. Let me know the correct provider version that supports the dotnet patch version 8.0.8

You’ll need to provide more information - please provide your Terraform configuration so we know what AWS services and resources you are referring to.

If you are referring to AWS Lambda, the latest patch version is controlled by AWS and it gets picked up automatically (by default) as you specify dotnet8. You can find more information at Understanding how Lambda manages runtime version updates. It’s not something that the Terraform AWS Provider controls.

As far as I can see, the AWS Lambda Base Container Image and AWS Lambda for .NET are already using 8.0.10 as of last week.