-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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 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
Labels
No labels