Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Instructions on timber.io website fail. Defining module >1 times causes TF to fail #6

@krisread

Description

@krisread

As per the website

https://docs.timber.io/setup/platforms/aws-cloudwatch-logs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions