Converts redis to use service_endpoints

This is still a WIP.
This commit is contained in:
Rob Gil
2020-01-23 19:16:00 -05:00
parent 38ce1ef2b2
commit 0f5f5bd926
4 changed files with 9 additions and 6 deletions

View File

@@ -4,4 +4,7 @@ module "redis" {
environment = var.environment
region = var.region
name = var.name
subnet_id = module.vpc.subnets
sku_name = "Premium"
family = "P"
}