You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
Many of our customers like to define individual Timber sources for each lambda function. If you're one of these customers simply define the Terraform module multiple times with the appropriate source_id for each.
This does not work.
From my test:
Error: Duplicate module call
on timber-io.tf line 14:
14: module "timber_log_forwarding" {
An module call named "timber_log_forwarding" was already defined at
timber-io.tf:6,1-31. Module calls must have unique names within a module.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As per the website
https://docs.timber.io/setup/platforms/aws-cloudwatch-logs
This does not work.
From my test:
The text was updated successfully, but these errors were encountered: