Skip to content

Terraform module's lack of compatibility #64

@gleidin

Description

@gleidin

Hi Folks,

I was trying to use this repository as a terraform module instead of copying all files into my terraform project, and I have seen that is not possible to do, is it designed to work only with all files? It would be better to be a module instead of being a terraform generic module, not?

The error threw was:
image

The way that i'm referencing it:

module "sumologic_observability_solution" {
  source = "github.com/SumoLogic/sumologic-solution-templates//aws-observability-terraform"
  aws_account_alias         = local.account_name
  sumologic_environment     = local.sumologic_environment
  sumologic_organization_id = local.sumologic_organization_id
  sumologic_access_id       = var.sumologic_access_id
  sumologic_access_key      = var.sumologic_access_key
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions