RDS SQL Server Read Replica with AD Auth Issue

Hi,
I’m trying to create AWS RDS SQL Server Cross Region Read Replica with AD Authentication enabled, but AD Authentication is not enabled when i apply the terraform 1st time. Consequently, the 2nd terraform apply shows changes, and Terraform successfully adds the Active Directory authentication.

I have raised a case with AWS and they confirmed in the first attempt domain and domain_iam_role_name parameters aren’t getting passed to AWS API. Tried with below provider versions, can some help to resolve the issue?

hashicorp/aws V4.67.0 and v5.44.0

I am facing same issue.. Are you able to resolve it ?

What version of the provider are you using? I can see that the code was added to v5.69.0 via r/aws_ db_cluster: add read replica to domain on create by johnsonaj · Pull Request #39448 · hashicorp/terraform-provider-aws · GitHub.