9 lines
175 B
HCL
9 lines
175 B
HCL
module "logs" {
|
|
source = "../../modules/log_analytics"
|
|
owner = var.owner
|
|
environment = var.environment
|
|
region = var.region
|
|
name = var.name
|
|
}
|
|
|