79735444

Date: 2025-08-14 13:12:22
Score: 0.5
Natty:
Report link

## 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}:*"

Suggestion

Consider updating the deprecation warning message to be more explicit:

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Coleman Corrigan