Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to for_each for log forwarding resources
In case `var.cloudwatch_log_groups` changes somewhere in the middle of the list, all resources indexed since that position must be recreated. This can be remedied by switching to `for_each` instead of `count`
- Loading branch information