## Resolution
Replace `data.aws_region.current.name` with `data.aws_region.current.id`:
```hcl
# Updated - no deprecation warning
"aws:SourceArn" = "arn:aws:logs:${data.aws_region.current.id}:${data.aws_caller_identity.current.account_id}:*"
Consider updating the deprecation warning message to be more explicit: