Adds Redis logging to log analytics
This commit is contained in:
parent
308ea6a861
commit
ffb29d45fc
@ -1,10 +1,11 @@
|
|||||||
module "redis" {
|
module "redis" {
|
||||||
source = "../../modules/redis"
|
source = "../../modules/redis"
|
||||||
owner = var.owner
|
owner = var.owner
|
||||||
environment = var.environment
|
environment = var.environment
|
||||||
region = var.region
|
region = var.region
|
||||||
name = var.name
|
name = var.name
|
||||||
subnet_id = module.vpc.subnet_list["redis"].id
|
subnet_id = module.vpc.subnet_list["redis"].id
|
||||||
sku_name = "Premium"
|
sku_name = "Premium"
|
||||||
family = "P"
|
family = "P"
|
||||||
|
workspace_id = module.logs.workspace_id
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user